Class: DatadogAPIClient::V1::SearchSLOResponseDataAttributesFacets

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

Overview

Facets

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#all_tagsObject

All tags associated with an SLO.



29
30
31
# File 'lib/datadog_api_client/v1/models/search_slo_response_data_attributes_facets.rb', line 29

def all_tags
  @all_tags
end

#creator_nameObject

Creator of an SLO.



32
33
34
# File 'lib/datadog_api_client/v1/models/search_slo_response_data_attributes_facets.rb', line 32

def creator_name
  @creator_name
end

#env_tagsObject

Tags with the env tag key.



35
36
37
# File 'lib/datadog_api_client/v1/models/search_slo_response_data_attributes_facets.rb', line 35

def env_tags
  @env_tags
end

#service_tagsObject

Tags with the service tag key.



38
39
40
# File 'lib/datadog_api_client/v1/models/search_slo_response_data_attributes_facets.rb', line 38

def service_tags
  @service_tags
end

#slo_typeObject

Type of SLO.



41
42
43
# File 'lib/datadog_api_client/v1/models/search_slo_response_data_attributes_facets.rb', line 41

def slo_type
  @slo_type
end

#targetObject

SLO Target



44
45
46
# File 'lib/datadog_api_client/v1/models/search_slo_response_data_attributes_facets.rb', line 44

def target
  @target
end

#team_tagsObject

Tags with the team tag key.



47
48
49
# File 'lib/datadog_api_client/v1/models/search_slo_response_data_attributes_facets.rb', line 47

def team_tags
  @team_tags
end

#timeframeObject

Timeframes of SLOs.



50
51
52
# File 'lib/datadog_api_client/v1/models/search_slo_response_data_attributes_facets.rb', line 50

def timeframe
  @timeframe
end