Class: DatadogAPIClient::V2::CampaignStatus

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

Overview

The status of the campaign.

Constant Summary collapse

IN_PROGRESS =
"in_progress".freeze
NOT_STARTED =
"not_started".freeze
COMPLETED =
"completed".freeze

Method Summary

Methods included from BaseEnumModel

included