Class: DatadogAPIClient::V2::ScheduleCreateRequestDataRelationshipsTeamsDataItems

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

Overview

Holds the relationship data linking this schedule to a particular team, identified by id and type.

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#additional_propertiesObject

Returns the value of attribute additional_properties.



31
32
33
# File 'lib/datadog_api_client/v2/models/schedule_create_request_data_relationships_teams_data_items.rb', line 31

def additional_properties
  @additional_properties
end

#idObject

A unique identifier for the team.



26
27
28
# File 'lib/datadog_api_client/v2/models/schedule_create_request_data_relationships_teams_data_items.rb', line 26

def id
  @id
end

#typeObject

Teams resource type.



29
30
31
# File 'lib/datadog_api_client/v2/models/schedule_create_request_data_relationships_teams_data_items.rb', line 29

def type
  @type
end