Class: DatadogAPIClient::V2::ScheduleMemberRelationshipsUser
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::ScheduleMemberRelationshipsUser
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/schedule_member_relationships_user.rb
Overview
Wraps the user data reference for a schedule member.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#data ⇒ Object
readonly
Points to the user data associated with this schedule member, including an ID and 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/schedule_member_relationships_user.rb', line 27 def additional_properties @additional_properties end |
#data ⇒ Object
Points to the user data associated with this schedule member, including an ID and type.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/schedule_member_relationships_user.rb', line 25 def data @data end |