Class: DatadogAPIClient::V2::TeamAttributes

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

Overview

Team attributes

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#avatarObject

Unicode representation of the avatar for the team, limited to a single grapheme



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

def avatar
  @avatar
end

Banner selection for the team



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

def banner
  @banner
end

#created_atObject

Creation date of the team



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

def created_at
  @created_at
end

#descriptionObject

Free-form markdown description/content for the team's homepage



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

def description
  @description
end

#handleObject

The team's identifier



37
38
39
# File 'lib/datadog_api_client/v2/models/team_attributes.rb', line 37

def handle
  @handle
end

#hidden_modulesObject

Collection of hidden modules for the team



40
41
42
# File 'lib/datadog_api_client/v2/models/team_attributes.rb', line 40

def hidden_modules
  @hidden_modules
end

The number of links belonging to the team



43
44
45
# File 'lib/datadog_api_client/v2/models/team_attributes.rb', line 43

def link_count
  @link_count
end

#modified_atObject

Modification date of the team



46
47
48
# File 'lib/datadog_api_client/v2/models/team_attributes.rb', line 46

def modified_at
  @modified_at
end

#nameObject

The name of the team



49
50
51
# File 'lib/datadog_api_client/v2/models/team_attributes.rb', line 49

def name
  @name
end

#summaryObject

A brief summary of the team, derived from the description



52
53
54
# File 'lib/datadog_api_client/v2/models/team_attributes.rb', line 52

def summary
  @summary
end

#user_countObject

The number of users belonging to the team



55
56
57
# File 'lib/datadog_api_client/v2/models/team_attributes.rb', line 55

def user_count
  @user_count
end

#visible_modulesObject

Collection of visible modules for the team



58
59
60
# File 'lib/datadog_api_client/v2/models/team_attributes.rb', line 58

def visible_modules
  @visible_modules
end