Class: DatadogAPIClient::V2::KindData
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::KindData
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/kind_data.rb
Overview
Schema that defines the structure of a Kind object in the Software Catalog.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#attributes ⇒ Object
Kind attributes.
-
#id ⇒ Object
readonly
A read-only globally unique identifier for the entity generated by Datadog.
-
#meta ⇒ Object
Kind metadata.
-
#type ⇒ Object
Kind.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
36 37 38 |
# File 'lib/datadog_api_client/v2/models/kind_data.rb', line 36 def additional_properties @additional_properties end |
#attributes ⇒ Object
Kind attributes.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/kind_data.rb', line 25 def attributes @attributes end |
#id ⇒ Object
A read-only globally unique identifier for the entity generated by Datadog. User supplied values are ignored.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/kind_data.rb', line 28 def id @id end |
#meta ⇒ Object
Kind metadata.
31 32 33 |
# File 'lib/datadog_api_client/v2/models/kind_data.rb', line 31 def @meta end |
#type ⇒ Object
Kind.
34 35 36 |
# File 'lib/datadog_api_client/v2/models/kind_data.rb', line 34 def type @type end |