Class: DatadogAPIClient::V2::UpdateConnectionRequestDataAttributesFieldsToUpdateItems

Inherits:
Object
  • Object
show all
Includes:
BaseGenericModel
Defined in:
lib/datadog_api_client/v2/models/update_connection_request_data_attributes_fields_to_update_items.rb

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#additional_propertiesObject

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_idObject

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_descriptionObject

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_nameObject

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_idObject

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_groupsObject

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