Class YoutubeAssetAssociationAffiliateLocationAssetFilter
An asset filter that matches eligible affiliate location assets for serving.
Implements
Inherited Members
Namespace: Google.Apis.DisplayVideo.v4.Data
Assembly: Google.Apis.DisplayVideo.v4.dll
Syntax
public class YoutubeAssetAssociationAffiliateLocationAssetFilter : IDirectResponseSchema
Properties
AffiliateLocationMatchingFunction
Optional. The matching function that determines how the affiliate location asset filter matches affiliate
location assets. This field is required and can only be set for if affiliate_location_matching_type is
SELECTED_CHAINS.
Declaration
[JsonProperty("affiliateLocationMatchingFunction")]
public virtual YoutubeAssetAssociationAffiliateLocationAssetFilterAffiliateLocationMatchingFunction AffiliateLocationMatchingFunction { get; set; }
Property Value
| Type | Description |
|---|---|
| YoutubeAssetAssociationAffiliateLocationAssetFilterAffiliateLocationMatchingFunction |
AffiliateLocationMatchingType
Required. The matching type of this affiliate location asset filter.
Declaration
[JsonProperty("affiliateLocationMatchingType")]
public virtual string AffiliateLocationMatchingType { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
AssetSetId
Output only. The ID of the asset set that matches the affiliate location assets eligible for serving.
Declaration
[JsonProperty("assetSetId")]
public virtual long? AssetSetId { 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 |