Class: DatadogAPIClient::V1::SLOTimeSliceInterval

Inherits:
Object
  • Object
show all
Includes:
BaseEnumModel
Defined in:
lib/datadog_api_client/v1/models/slo_time_slice_interval.rb

Overview

The interval used when querying data, which defines the size of a time slice. Two values are allowed: 60 (1 minute) and 300 (5 minutes). If not provided, the value defaults to 300 (5 minutes).

Constant Summary collapse

ONE_MINUTE =
60.freeze
FIVE_MINUTES =
300.freeze

Method Summary

Methods included from BaseEnumModel

included