Class: DatadogAPIClient::V1::LogsDailyLimitReset

Inherits:
Object
  • Object
show all
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

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#reset_timeObject

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_offsetObject

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