Class: DatadogAPIClient::V1::SLOTypeNumeric

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

Overview

A numeric representation of the type of the service level objective (‘0` for monitor, `1` for metric). Always included in service level objective responses. Ignored in create/update requests.

Constant Summary collapse

MONITOR =
0.freeze
METRIC =
1.freeze
TIME_SLICE =
2.freeze

Method Summary

Methods included from BaseEnumModel

included