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
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#all_tags ⇒ Object
All tags associated with an SLO.
-
#creator_name ⇒ Object
Creator of an SLO.
-
#env_tags ⇒ Object
Tags with the ‘env` tag key.
-
#service_tags ⇒ Object
Tags with the ‘service` tag key.
-
#slo_type ⇒ Object
Type of SLO.
-
#target ⇒ Object
SLO Target.
-
#team_tags ⇒ Object
Tags with the ‘team` tag key.
-
#timeframe ⇒ Object
Timeframes of SLOs.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
48 49 50 |
# File 'lib/datadog_api_client/v1/models/search_slo_response_data_attributes_facets.rb', line 48 def additional_properties @additional_properties end |
#all_tags ⇒ Object
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 end |
#creator_name ⇒ Object
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_tags ⇒ Object
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 end |
#service_tags ⇒ Object
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 end |
#slo_type ⇒ Object
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 |
#target ⇒ Object
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_tags ⇒ Object
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 end |
#timeframe ⇒ Object
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 |