Class EditInventorySourceReadWriteAccessorsRequest
Request message for InventorySourceService.EditInventorySourceReadWriteAccessors.
Implements
Inherited Members
Namespace: Google.Apis.DisplayVideo.v2.Data
Assembly: Google.Apis.DisplayVideo.v2.dll
Syntax
public class EditInventorySourceReadWriteAccessorsRequest : IDirectResponseSchema
Properties
AdvertisersUpdate
The advertisers to add or remove from the list of advertisers that have read/write access to the inventory source. This change will remove an existing partner read/write accessor.
Declaration
[JsonProperty("advertisersUpdate")]
public virtual EditInventorySourceReadWriteAccessorsRequestAdvertisersUpdate AdvertisersUpdate { get; set; }
Property Value
Type | Description |
---|---|
EditInventorySourceReadWriteAccessorsRequestAdvertisersUpdate |
AssignPartner
Set the partner context as read/write accessor of the inventory source. This will remove all other current read/write advertiser accessors.
Declaration
[JsonProperty("assignPartner")]
public virtual bool? AssignPartner { get; set; }
Property Value
Type | Description |
---|---|
bool? |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
PartnerId
Required. The partner context by which the accessors change is being made.
Declaration
[JsonProperty("partnerId")]
public virtual long? PartnerId { get; set; }
Property Value
Type | Description |
---|---|
long? |