Class: DatadogAPIClient::V2::ScheduleDataAttributes
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::ScheduleDataAttributes
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/schedule_data_attributes.rb
Overview
Provides core properties of a schedule object, such as its name, time zone, and tags.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#name ⇒ Object
A short name for the schedule.
-
#tags ⇒ Object
A list of tags associated with this schedule.
-
#time_zone ⇒ Object
The time zone in which this schedule operates.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
33 34 35 |
# File 'lib/datadog_api_client/v2/models/schedule_data_attributes.rb', line 33 def additional_properties @additional_properties end |
#name ⇒ Object
A short name for the schedule.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/schedule_data_attributes.rb', line 25 def name @name end |
#tags ⇒ Object
A list of tags associated with this schedule.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/schedule_data_attributes.rb', line 28 def @tags end |
#time_zone ⇒ Object
The time zone in which this schedule operates.
31 32 33 |
# File 'lib/datadog_api_client/v2/models/schedule_data_attributes.rb', line 31 def time_zone @time_zone end |