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