Class DealPauseStatus
Tracks which parties (if any) have paused a deal. The deal is considered paused if either hasBuyerPaused or hasSellPaused is true.
Implements
Inherited Members
Namespace: Google.Apis.AdExchangeBuyerII.v2beta1.Data
Assembly: Google.Apis.AdExchangeBuyerII.v2beta1.dll
Syntax
public class DealPauseStatus : IDirectResponseSchema
Properties
BuyerPauseReason
The buyer's reason for pausing, if the buyer paused the deal.
Declaration
[JsonProperty("buyerPauseReason")]
public virtual string BuyerPauseReason { 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 |
FirstPausedBy
The role of the person who first paused this deal.
Declaration
[JsonProperty("firstPausedBy")]
public virtual string FirstPausedBy { get; set; }
Property Value
Type | Description |
---|---|
string |
HasBuyerPaused
True, if the buyer has paused the deal unilaterally.
Declaration
[JsonProperty("hasBuyerPaused")]
public virtual bool? HasBuyerPaused { get; set; }
Property Value
Type | Description |
---|---|
bool? |
HasSellerPaused
True, if the seller has paused the deal unilaterally.
Declaration
[JsonProperty("hasSellerPaused")]
public virtual bool? HasSellerPaused { get; set; }
Property Value
Type | Description |
---|---|
bool? |
SellerPauseReason
The seller's reason for pausing, if the seller paused the deal.
Declaration
[JsonProperty("sellerPauseReason")]
public virtual string SellerPauseReason { get; set; }
Property Value
Type | Description |
---|---|
string |