Class: DatadogAPIClient::V2::TeamLinkCreate

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

Overview

Team link create

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#attributesObject

Team link attributes



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

def attributes
  @attributes
end

#typeObject

Team link type



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

def type
  @type
end