View Source GoogleApi.DisplayVideo.V1.Model.GuaranteedOrderStatus (google_api_display_video v0.37.2)

The status settings of the guaranteed order.

Attributes

  • configStatus (type: String.t, default: nil) - Output only. The configuration status of the guaranteed order. Acceptable values are PENDING and COMPLETED. A guaranteed order must be configured (fill in the required fields, choose creatives, and select a default campaign) before it can serve. Currently the configuration action can only be performed via UI.
  • entityPauseReason (type: String.t, default: nil) - The user-provided reason for pausing this guaranteed order. Must be UTF-8 encoded with a maximum length of 100 bytes. Only applicable when entity_status is set to ENTITY_STATUS_PAUSED.
  • entityStatus (type: String.t, default: nil) - Whether or not the guaranteed order is servable. Acceptable values are ENTITY_STATUS_ACTIVE, ENTITY_STATUS_ARCHIVED, and ENTITY_STATUS_PAUSED. Default value is ENTITY_STATUS_ACTIVE.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.DisplayVideo.V1.Model.GuaranteedOrderStatus{
  configStatus: String.t() | nil,
  entityPauseReason: String.t() | nil,
  entityStatus: String.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.