Class EditInventorySourceReadWriteAccessorsRequestAdvertisersUpdate
Update to the list of advertisers with read/write access to the inventory source.
Implements
Inherited Members
Namespace: Google.Apis.DisplayVideo.v3.Data
Assembly: Google.Apis.DisplayVideo.v3.dll
Syntax
public class EditInventorySourceReadWriteAccessorsRequestAdvertisersUpdate : IDirectResponseSchema
Properties
AddedAdvertisers
The advertisers to add.
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 |
RemovedAdvertisers
The advertisers to remove.
Declaration
[JsonProperty("removedAdvertisers")]
public virtual IList<long?> RemovedAdvertisers { get; set; }
Property Value
Type | Description |
---|---|
IList<long?> |