Class: DatadogAPIClient::V2::UpdateConnectionRequestDataAttributesFieldsToUpdateItems
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::UpdateConnectionRequestDataAttributesFieldsToUpdateItems
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/update_connection_request_data_attributes_fields_to_update_items.rb
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#field_id ⇒ Object
readonly
Returns the value of attribute field_id.
-
#updated_description ⇒ Object
Returns the value of attribute updated_description.
-
#updated_display_name ⇒ Object
Returns the value of attribute updated_display_name.
-
#updated_field_id ⇒ Object
Returns the value of attribute updated_field_id.
-
#updated_groups ⇒ Object
Returns the value of attribute updated_groups.
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/update_connection_request_data_attributes_fields_to_update_items.rb', line 39 def additional_properties @additional_properties end |
#field_id ⇒ Object
Returns the value of attribute field_id.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/update_connection_request_data_attributes_fields_to_update_items.rb', line 25 def field_id @field_id end |
#updated_description ⇒ Object
Returns the value of attribute updated_description.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/update_connection_request_data_attributes_fields_to_update_items.rb', line 28 def updated_description @updated_description end |
#updated_display_name ⇒ Object
Returns the value of attribute updated_display_name.
31 32 33 |
# File 'lib/datadog_api_client/v2/models/update_connection_request_data_attributes_fields_to_update_items.rb', line 31 def updated_display_name @updated_display_name end |
#updated_field_id ⇒ Object
Returns the value of attribute updated_field_id.
34 35 36 |
# File 'lib/datadog_api_client/v2/models/update_connection_request_data_attributes_fields_to_update_items.rb', line 34 def updated_field_id @updated_field_id end |
#updated_groups ⇒ Object
Returns the value of attribute updated_groups.
37 38 39 |
# File 'lib/datadog_api_client/v2/models/update_connection_request_data_attributes_fields_to_update_items.rb', line 37 def updated_groups @updated_groups end |