Class: DatadogAPIClient::V2::CreateConnectionRequestDataAttributesFieldsItems
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::CreateConnectionRequestDataAttributesFieldsItems
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/create_connection_request_data_attributes_fields_items.rb
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#description ⇒ Object
Returns the value of attribute description.
-
#display_name ⇒ Object
Returns the value of attribute display_name.
-
#groups ⇒ Object
Returns the value of attribute groups.
-
#id ⇒ Object
readonly
Returns the value of attribute id.
-
#source_name ⇒ Object
readonly
Returns the value of attribute source_name.
-
#type ⇒ Object
readonly
Returns the value of attribute 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/create_connection_request_data_attributes_fields_items.rb', line 42 def additional_properties @additional_properties end |
#description ⇒ Object
Returns the value of attribute description.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/create_connection_request_data_attributes_fields_items.rb', line 25 def description @description end |
#display_name ⇒ Object
Returns the value of attribute display_name.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/create_connection_request_data_attributes_fields_items.rb', line 28 def display_name @display_name end |
#groups ⇒ Object
Returns the value of attribute groups.
31 32 33 |
# File 'lib/datadog_api_client/v2/models/create_connection_request_data_attributes_fields_items.rb', line 31 def groups @groups end |
#id ⇒ Object
Returns the value of attribute id.
34 35 36 |
# File 'lib/datadog_api_client/v2/models/create_connection_request_data_attributes_fields_items.rb', line 34 def id @id end |
#source_name ⇒ Object
Returns the value of attribute source_name.
37 38 39 |
# File 'lib/datadog_api_client/v2/models/create_connection_request_data_attributes_fields_items.rb', line 37 def source_name @source_name end |
#type ⇒ Object
Returns the value of attribute type.
40 41 42 |
# File 'lib/datadog_api_client/v2/models/create_connection_request_data_attributes_fields_items.rb', line 40 def type @type end |