Show / Hide Table of Contents

Class EditGuaranteedOrderReadAccessorsRequest

Request message for GuaranteedOrderService.EditGuaranteedOrderReadAccessors.

Inheritance
object
EditGuaranteedOrderReadAccessorsRequest
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.DisplayVideo.v1.Data
Assembly: Google.Apis.DisplayVideo.v1.dll
Syntax
public class EditGuaranteedOrderReadAccessorsRequest : IDirectResponseSchema

Properties

AddedAdvertisers

The advertisers to add as read accessors to the guaranteed order.

Declaration
[JsonProperty("addedAdvertisers")]
public virtual IList<long?> AddedAdvertisers { get; set; }
Property Value
Type Description
System.Collections.Generic.IList<T><long?>

ETag

The ETag of the item.

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

PartnerId

Required. The partner context in which the change is being made.

Declaration
[JsonProperty("partnerId")]
public virtual long? PartnerId { get; set; }
Property Value
Type Description
long?

ReadAccessInherited

Whether to give all advertisers of the read/write accessor partner read access to the guaranteed order. Only applicable if read_write_partner_id is set in the guaranteed order.

Declaration
[JsonProperty("readAccessInherited")]
public virtual bool? ReadAccessInherited { get; set; }
Property Value
Type Description
bool?

RemovedAdvertisers

The advertisers to remove as read accessors to the guaranteed order.

Declaration
[JsonProperty("removedAdvertisers")]
public virtual IList<long?> RemovedAdvertisers { get; set; }
Property Value
Type Description
System.Collections.Generic.IList<T><long?>

Implements

IDirectResponseSchema
In This Article
Back to top Generated by DocFX