Class: DatadogAPIClient::V2::TagPolicyScoreAttributes
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::TagPolicyScoreAttributes
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/tag_policy_score_attributes.rb
Overview
Attributes of a tag policy compliance score.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#score ⇒ Object
The compliance score for the policy over the requested time window, as a percentage between 0 and 100.
-
#ts_end ⇒ Object
readonly
End of the time window the score was computed over, as a Unix timestamp in milliseconds.
-
#ts_start ⇒ Object
readonly
Start of the time window the score was computed over, as a Unix timestamp in milliseconds.
-
#version ⇒ Object
readonly
The version of the tag policy that the score was computed against.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
37 38 39 |
# File 'lib/datadog_api_client/v2/models/tag_policy_score_attributes.rb', line 37 def additional_properties @additional_properties end |
#score ⇒ Object
The compliance score for the policy over the requested time window, as a percentage
between 0 and 100. null indicates that no relevant telemetry was found.
26 27 28 |
# File 'lib/datadog_api_client/v2/models/tag_policy_score_attributes.rb', line 26 def score @score end |
#ts_end ⇒ Object
End of the time window the score was computed over, as a Unix timestamp in milliseconds.
29 30 31 |
# File 'lib/datadog_api_client/v2/models/tag_policy_score_attributes.rb', line 29 def ts_end @ts_end end |
#ts_start ⇒ Object
Start of the time window the score was computed over, as a Unix timestamp in milliseconds.
32 33 34 |
# File 'lib/datadog_api_client/v2/models/tag_policy_score_attributes.rb', line 32 def ts_start @ts_start end |
#version ⇒ Object
The version of the tag policy that the score was computed against.
35 36 37 |
# File 'lib/datadog_api_client/v2/models/tag_policy_score_attributes.rb', line 35 def version @version end |