Class: DatadogAPIClient::V2::InputSchemaDataAttributesParametersItemsDataAttributes
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::InputSchemaDataAttributesParametersItemsDataAttributes
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/input_schema_data_attributes_parameters_items_data_attributes.rb
Overview
The definition of InputSchemaDataAttributesParametersItemsDataAttributes
object.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#default_value ⇒ Object
The
attributes
defaultValue
. -
#description ⇒ Object
The
attributes
description
. -
#enum ⇒ Object
The
attributes
enum
. -
#label ⇒ Object
The
attributes
label
. -
#name ⇒ Object
The
attributes
name
. -
#type ⇒ Object
The
attributes
type
.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
42 43 44 |
# File 'lib/datadog_api_client/v2/models/input_schema_data_attributes_parameters_items_data_attributes.rb', line 42 def additional_properties @additional_properties end |
#default_value ⇒ Object
The attributes
defaultValue
.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/input_schema_data_attributes_parameters_items_data_attributes.rb', line 25 def default_value @default_value end |
#description ⇒ Object
The attributes
description
.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/input_schema_data_attributes_parameters_items_data_attributes.rb', line 28 def description @description end |
#enum ⇒ Object
The attributes
enum
.
31 32 33 |
# File 'lib/datadog_api_client/v2/models/input_schema_data_attributes_parameters_items_data_attributes.rb', line 31 def enum @enum end |
#label ⇒ Object
The attributes
label
.
34 35 36 |
# File 'lib/datadog_api_client/v2/models/input_schema_data_attributes_parameters_items_data_attributes.rb', line 34 def label @label end |
#name ⇒ Object
The attributes
name
.
37 38 39 |
# File 'lib/datadog_api_client/v2/models/input_schema_data_attributes_parameters_items_data_attributes.rb', line 37 def name @name end |
#type ⇒ Object
The attributes
type
.
40 41 42 |
# File 'lib/datadog_api_client/v2/models/input_schema_data_attributes_parameters_items_data_attributes.rb', line 40 def type @type end |