Show / Hide Table of Contents

Class DealPauseStatus

Tracks which parties (if any) have paused a deal. The deal is considered paused if either hasBuyerPaused or hasSellPaused is true.

Inheritance
object
DealPauseStatus
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX