Class: DatadogAPIClient::V2::LayerRelationshipsMembersDataItems
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::LayerRelationshipsMembersDataItems
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/layer_relationships_members_data_items.rb
Overview
Represents a single member object in a layer's members
array, referencing
a unique Datadog user ID.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#id ⇒ Object
readonly
The unique user ID of the layer member.
-
#type ⇒ Object
readonly
Members resource type.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
31 32 33 |
# File 'lib/datadog_api_client/v2/models/layer_relationships_members_data_items.rb', line 31 def additional_properties @additional_properties end |
#id ⇒ Object
The unique user ID of the layer member.
26 27 28 |
# File 'lib/datadog_api_client/v2/models/layer_relationships_members_data_items.rb', line 26 def id @id end |
#type ⇒ Object
Members resource type.
29 30 31 |
# File 'lib/datadog_api_client/v2/models/layer_relationships_members_data_items.rb', line 29 def type @type end |