Class YoutubeAssetAssociationLocationAssetFilterLocationMatchingFunction
The matching function for a location asset filter.
Implements
Inherited Members
Namespace: Google.Apis.DisplayVideo.v4.Data
Assembly: Google.Apis.DisplayVideo.v4.dll
Syntax
public class YoutubeAssetAssociationLocationAssetFilterLocationMatchingFunction : IDirectResponseSchema
Properties
Business
Optional. The business name to match with. This field is optional and can only be set if
location_matching_type is FILTER.
Declaration
[JsonProperty("business")]
public virtual string Business { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Labels
Optional. The labels to match with. Labels are logically OR'ed together. This field is optional and can only
be set if location_matching_type is FILTER.
Declaration
[JsonProperty("labels")]
public virtual IList<string> Labels { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<string> |
LocationAssetIds
Optional. The selected location asset IDs. This field is required if location_matching_type is
SELECTED_ASSETS.
Declaration
[JsonProperty("locationAssetIds")]
public virtual IList<long?> LocationAssetIds { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<long?> |