Class: DatadogAPIClient::V2::TeamUpdateAttributes

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

Overview

Team update 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_update_attributes.rb', line 25

def avatar
  @avatar
end

Banner selection for the team



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

def banner
  @banner
end

#colorObject

An identifier for the color representing the team



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

def color
  @color
end

#descriptionObject

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



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

def description
  @description
end

#handleObject

The team's identifier



37
38
39
# File 'lib/datadog_api_client/v2/models/team_update_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_update_attributes.rb', line 40

def hidden_modules
  @hidden_modules
end

#nameObject

The name of the team



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

def name
  @name
end

#visible_modulesObject

Collection of visible modules for the team



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

def visible_modules
  @visible_modules
end