Class EditGuaranteedOrderReadAccessorsResponse
Implements
Inherited Members
Namespace: Google.Apis.DisplayVideo.v2.Data
Assembly: Google.Apis.DisplayVideo.v2.dll
Syntax
public class EditGuaranteedOrderReadAccessorsResponse : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
ReadAccessInherited
Whether all advertisers of read_write_partner_id have read access to the guaranteed order.
Declaration
[JsonProperty("readAccessInherited")]
public virtual bool? ReadAccessInherited { get; set; }
Property Value
Type | Description |
---|---|
bool? |
ReadAdvertiserIds
The IDs of advertisers with read access to the guaranteed order.
Declaration
[JsonProperty("readAdvertiserIds")]
public virtual IList<long?> ReadAdvertiserIds { get; set; }
Property Value
Type | Description |
---|---|
IList<long?> |