Class EditGuaranteedOrderReadAccessorsRequest
Request message for GuaranteedOrderService.EditGuaranteedOrderReadAccessors.
Implements
Inherited Members
Namespace: Google.Apis.DisplayVideo.v3.Data
Assembly: Google.Apis.DisplayVideo.v3.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 |
---|---|
IList<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 |
---|---|
IList<long?> |