Class: DatadogAPIClient::V2::ScheduleCreateRequestDataRelationships
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::ScheduleCreateRequestDataRelationships
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/schedule_create_request_data_relationships.rb
Overview
Gathers relationship objects for the schedule creation request, including the teams to associate.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#teams ⇒ Object
Associates the new schedule with one or more teams.
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_create_request_data_relationships.rb', line 27 def additional_properties @additional_properties end |
#teams ⇒ Object
Associates the new schedule with one or more teams.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/schedule_create_request_data_relationships.rb', line 25 def teams @teams end |