Class: DatadogAPIClient::V2::AssignSeatsUserResponseDataAttributes
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::AssignSeatsUserResponseDataAttributes
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/assign_seats_user_response_data_attributes.rb
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#assigned_ids ⇒ Object
The list of user IDs to which the seats were assigned.
-
#product_code ⇒ Object
The product code for which the seats were assigned.
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/assign_seats_user_response_data_attributes.rb', line 30 def additional_properties @additional_properties end |
#assigned_ids ⇒ Object
The list of user IDs to which the seats were assigned.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/assign_seats_user_response_data_attributes.rb', line 25 def assigned_ids @assigned_ids end |
#product_code ⇒ Object
The product code for which the seats were assigned.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/assign_seats_user_response_data_attributes.rb', line 28 def product_code @product_code end |