Show / Hide Table of Contents

Class YoutubeAssetAssociationAffiliateLocationAssetFilterAffiliateLocationChain

A chain of affiliate locations.

Inheritance
object
YoutubeAssetAssociationAffiliateLocationAssetFilterAffiliateLocationChain
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.v4.Data
Assembly: Google.Apis.DisplayVideo.v4.dll
Syntax
public class YoutubeAssetAssociationAffiliateLocationAssetFilterAffiliateLocationChain : IDirectResponseSchema

Properties

ChainId

Required. ID of the affiliate location chain.

Declaration
[JsonProperty("chainId")]
public virtual long? ChainId { get; set; }
Property Value
Type Description
long?

ETag

The ETag of the item.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX