Class GuaranteedOrderStatus
The status settings of the guaranteed order.
Implements
Inherited Members
Namespace: Google.Apis.DisplayVideo.v3.Data
Assembly: Google.Apis.DisplayVideo.v3.dll
Syntax
public class GuaranteedOrderStatus : IDirectResponseSchema
Properties
ConfigStatus
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.
Declaration
[JsonProperty("configStatus")]
public virtual string ConfigStatus { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
EntityPauseReason
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
.
Declaration
[JsonProperty("entityPauseReason")]
public virtual string EntityPauseReason { get; set; }
Property Value
Type | Description |
---|---|
string |
EntityStatus
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
.
Declaration
[JsonProperty("entityStatus")]
public virtual string EntityStatus { get; set; }
Property Value
Type | Description |
---|---|
string |