Class: DatadogAPIClient::V2::ConfiguredScheduleTargetRelationships
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::ConfiguredScheduleTargetRelationships
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/configured_schedule_target_relationships.rb
Overview
Represents the relationships of a configured schedule target.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#schedule ⇒ Object
readonly
Holds the schedule reference for a configured schedule target.
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/configured_schedule_target_relationships.rb', line 27 def additional_properties @additional_properties end |
#schedule ⇒ Object
Holds the schedule reference for a configured schedule target.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/configured_schedule_target_relationships.rb', line 25 def schedule @schedule end |