Class: DatadogAPIClient::V2::ShiftDataRelationshipsUser
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::ShiftDataRelationshipsUser
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/shift_data_relationships_user.rb
Overview
Defines the relationship between a shift and the user who is working that shift.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#data ⇒ Object
readonly
Represents a reference to the user assigned to this shift, containing the user's ID and resource type.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
27 28 29 |
# File 'lib/datadog_api_client/v2/models/shift_data_relationships_user.rb', line 27 def additional_properties @additional_properties end |
#data ⇒ Object
Represents a reference to the user assigned to this shift, containing the user's ID and resource type.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/shift_data_relationships_user.rb', line 25 def data @data end |