Class: DatadogAPIClient::V2::ContainerGroupAttributes

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

Overview

Attributes for a container group.

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#countObject

Number of containers in the group.



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

def count
  @count
end

#tagsObject

Tags from the group name parsed in key/value format.



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

def tags
  @tags
end