Class: DatadogAPIClient::V1::LogsDailyLimitReset
- Inherits:
-
Object
- Object
- DatadogAPIClient::V1::LogsDailyLimitReset
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v1/models/logs_daily_limit_reset.rb
Overview
Object containing options to override the default daily limit reset time.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#reset_time ⇒ Object
String in
HH:00
format representing the time of day the daily limit should be reset. -
#reset_utc_offset ⇒ Object
String in
(-|+)HH:00
format representing the UTC offset to apply to the given reset time.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
30 31 32 |
# File 'lib/datadog_api_client/v1/models/logs_daily_limit_reset.rb', line 30 def additional_properties @additional_properties end |
#reset_time ⇒ Object
String in HH:00
format representing the time of day the daily limit should be reset. The hours must be between 00 and 23 (inclusive).
25 26 27 |
# File 'lib/datadog_api_client/v1/models/logs_daily_limit_reset.rb', line 25 def reset_time @reset_time end |
#reset_utc_offset ⇒ Object
String in (-|+)HH:00
format representing the UTC offset to apply to the given reset time. The hours must be between -12 and +14 (inclusive).
28 29 30 |
# File 'lib/datadog_api_client/v1/models/logs_daily_limit_reset.rb', line 28 def reset_utc_offset @reset_utc_offset end |