Show / Hide Table of Contents

Class EditGuaranteedOrderReadAccessorsResponse

Inheritance
object
EditGuaranteedOrderReadAccessorsResponse
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 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
System.Collections.Generic.IList<T><long?>

Implements

IDirectResponseSchema
In This Article
Back to top Generated by DocFX