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.



25
26
27
# File 'lib/datadog_api_client/v1/models/search_slo_response_data_attributes_facets.rb', line 25

def all_tags
  @all_tags
end

#creator_nameObject

Creator of an SLO.



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

def creator_name
  @creator_name
end

#env_tagsObject

Tags with the env tag key.



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

def env_tags
  @env_tags
end

#service_tagsObject

Tags with the service tag key.



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

def service_tags
  @service_tags
end

#slo_typeObject

Type of SLO.



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

def slo_type
  @slo_type
end

#targetObject

SLO Target



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

def target
  @target
end

#team_tagsObject

Tags with the team tag key.



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

def team_tags
  @team_tags
end

#timeframeObject

Timeframes of SLOs.



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

def timeframe
  @timeframe
end