Class: DatadogAPIClient::V2::ConfiguredScheduleTargetRelationships

Inherits:
Object
  • Object
show all
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

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#additional_propertiesObject

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

#scheduleObject

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