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

Overview

Specification for updating an existing field in a connection, including which field to modify and the new values.

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

The identifier of the existing field to update.



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

The new description to set for the field.



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

The new human-readable display name to set for the field.



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

The new identifier to assign to the field, if renaming it.



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

The updated list of group labels to associate with the field.



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