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 and time zone.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#name ⇒ Object
A short name for the 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.
30 31 32 |
# File 'lib/datadog_api_client/v2/models/schedule_data_attributes.rb', line 30 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 |
#time_zone ⇒ Object
The time zone in which this schedule operates.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/schedule_data_attributes.rb', line 28 def time_zone @time_zone end |