Class: DatadogAPIClient::V2::Schedule

Inherits:
Object
  • Object
show all
Includes:
BaseGenericModel
Defined in:
lib/datadog_api_client/v2/models/schedule.rb

Overview

Top-level container for a schedule object, including both the data payload and any related included resources (such as teams, layers, or members).

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#additional_propertiesObject

Returns the value of attribute additional_properties.



30
31
32
# File 'lib/datadog_api_client/v2/models/schedule.rb', line 30

def additional_properties
  @additional_properties
end

#dataObject

Represents the primary data object for a schedule, linking attributes and relationships.



25
26
27
# File 'lib/datadog_api_client/v2/models/schedule.rb', line 25

def data
  @data
end

#includedObject

Any additional resources related to this schedule, such as teams and layers.



28
29
30
# File 'lib/datadog_api_client/v2/models/schedule.rb', line 28

def included
  @included
end