Class: DatadogAPIClient::V2::EntityV3APISpec

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

Overview

The definition of Entity V3 API Spec object.

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#implemented_byObject

Services which implemented the API.



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

def implemented_by
  @implemented_by
end

#interfaceObject

The API definition.



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

def interface
  @interface
end

#lifecycleObject

The lifecycle state of the component.



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

def lifecycle
  @lifecycle
end

#tierObject

The importance of the component.



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

def tier
  @tier
end

#typeObject

The type of API.



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

def type
  @type
end