Class: DatadogAPIClient::V1::SearchSLOResponseDataAttributesFacets
- Inherits:
-
Object
- Object
- DatadogAPIClient::V1::SearchSLOResponseDataAttributesFacets
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v1/models/search_slo_response_data_attributes_facets.rb
Overview
Facets
Instance Attribute Summary collapse
-
#all_tags ⇒ Object
All tags associated with an SLO.
-
#creator_name ⇒ Object
Creator of an SLO.
-
#env_tags ⇒ Object
Tags with the
envtag key. -
#service_tags ⇒ Object
Tags with the
servicetag key. -
#slo_type ⇒ Object
Type of SLO.
-
#target ⇒ Object
SLO Target.
-
#team_tags ⇒ Object
Tags with the
teamtag key. -
#timeframe ⇒ Object
Timeframes of SLOs.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#all_tags ⇒ Object
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 end |
#creator_name ⇒ Object
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_tags ⇒ Object
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 end |
#service_tags ⇒ Object
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 end |
#slo_type ⇒ Object
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 |
#target ⇒ Object
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_tags ⇒ Object
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 end |
#timeframe ⇒ Object
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 |