Show / Hide Table of Contents

Class EditInventorySourceReadWriteAccessorsRequest

Request message for InventorySourceService.EditInventorySourceReadWriteAccessors.

Inheritance
object
EditInventorySourceReadWriteAccessorsRequest
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 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?

Implements

IDirectResponseSchema
In This Article
Back to top Generated by DocFX