Class: DatadogAPIClient::V2::PatchComponentRequestDataAttributes
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::PatchComponentRequestDataAttributes
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/patch_component_request_data_attributes.rb
Overview
The supported attributes for updating a component.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#name ⇒ Object
The name of the component.
-
#position ⇒ Object
The position of the component.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
30 31 32 |
# File 'lib/datadog_api_client/v2/models/patch_component_request_data_attributes.rb', line 30 def additional_properties @additional_properties end |
#name ⇒ Object
The name of the component.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/patch_component_request_data_attributes.rb', line 25 def name @name end |
#position ⇒ Object
The position of the component. If the component belongs to a group, the position is relative to the other components in the group.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/patch_component_request_data_attributes.rb', line 28 def position @position end |