Class: DatadogAPIClient::V2::TeamReferenceAttributes

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

Overview

Encapsulates the basic attributes of a Team reference, such as name, handle, and an optional avatar or description.

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#additional_propertiesObject

Returns the value of attribute additional_properties.



36
37
38
# File 'lib/datadog_api_client/v2/models/team_reference_attributes.rb', line 36

def additional_properties
  @additional_properties
end

#avatarObject

URL or reference for the team's avatar (if available).



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

def avatar
  @avatar
end

#descriptionObject

A short text describing the team.



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

def description
  @description
end

#handleObject

A unique handle/slug for the team.



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

def handle
  @handle
end

#nameObject

The full, human-readable name of the team.



34
35
36
# File 'lib/datadog_api_client/v2/models/team_reference_attributes.rb', line 34

def name
  @name
end