Show / Hide Table of Contents

Class DeleteOrderDealsRequest

Inheritance
System.Object
DeleteOrderDealsRequest
Implements
Google.Apis.Requests.IDirectResponseSchema
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.AdExchangeBuyer.v1_4.Data
Assembly: Google.Apis.AdExchangeBuyer.v1_4.dll
Syntax
public class DeleteOrderDealsRequest : IDirectResponseSchema

Properties

DealIds

List of deals to delete for a given proposal

Declaration
[JsonProperty("dealIds")]
public virtual IList<string> DealIds { get; set; }
Property Value
Type Description
System.Collections.Generic.IList<System.String>

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
System.String

ProposalRevisionNumber

The last known proposal revision number.

Declaration
[JsonProperty("proposalRevisionNumber")]
public virtual long? ProposalRevisionNumber { get; set; }
Property Value
Type Description
System.Nullable<System.Int64>

UpdateAction

Indicates an optional action to take on the proposal

Declaration
[JsonProperty("updateAction")]
public virtual string UpdateAction { get; set; }
Property Value
Type Description
System.String

Implements

Google.Apis.Requests.IDirectResponseSchema
In This Article
Back to top