Class: DatadogAPIClient::V2::SampleLogGenerationSubscriptionStatus

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

Overview

The status of the subscription.

Constant Summary collapse

SUBSCRIBED =
"subscribed".freeze
RENEWED =
"renewed".freeze
UNSUBSCRIBED =
"unsubscribed".freeze
NO_ACTIVE_SUBSCRIPTION =
"no_active_subscription".freeze
NOT_AVAILABLE =
"not_available".freeze
ACTIVE =
"active".freeze
EXPIRED =
"expired".freeze

Method Summary

Methods included from BaseEnumModel

included