Show / Hide Table of Contents

Class InventorySourceAccessors

The partner or advertisers with access to the inventory source.

Inheritance
object
InventorySourceAccessors
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 InventorySourceAccessors : IDirectResponseSchema

Properties

Advertisers

The advertisers with access to the inventory source. All advertisers must belong to the same partner.

Declaration
[JsonProperty("advertisers")]
public virtual InventorySourceAccessorsAdvertiserAccessors Advertisers { get; set; }
Property Value
Type Description
InventorySourceAccessorsAdvertiserAccessors

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Partner

The partner with access to the inventory source.

Declaration
[JsonProperty("partner")]
public virtual InventorySourceAccessorsPartnerAccessor Partner { get; set; }
Property Value
Type Description
InventorySourceAccessorsPartnerAccessor

Implements

IDirectResponseSchema
In This Article
Back to top Generated by DocFX