Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 1.02 KB

File metadata and controls

26 lines (20 loc) · 1.02 KB

IntersightClient::SearchTagItem

Properties

Name Type Description Notes
class_id String The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data. [default to 'search.TagItem']
object_type String The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property. [default to 'search.TagItem']
count Integer The number of times this tag key has been set across all resources. [optional][readonly]
key String Key of the Tag from all the resources in Intersight. [optional][readonly]
values Array<String> [optional]

Example

require 'intersight_client'

instance = IntersightClient::SearchTagItem.new(
  class_id: null,
  object_type: null,
  count: null,
  key: null,
  values: null
)