Class GoogleAdsSearchads360V23CommonDynamicBusinessProfileLocationGroupFilter
Represents a filter on Business Profile locations in an asset set. If multiple filters are provided, they are AND'ed together.
Implements
Inherited Members
Namespace: Google.Apis.SA360.v23.Data
Assembly: Google.Apis.SA360.v23.dll
Syntax
public class GoogleAdsSearchads360V23CommonDynamicBusinessProfileLocationGroupFilter : IDirectResponseSchema
Properties
BusinessNameFilter
Used to filter Business Profile locations by business name.
Declaration
[JsonProperty("businessNameFilter")]
public virtual GoogleAdsSearchads360V23CommonBusinessProfileBusinessNameFilter BusinessNameFilter { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleAdsSearchads360V23CommonBusinessProfileBusinessNameFilter |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
LabelFilters
Used to filter Business Profile locations by label. Only locations that have any of the listed labels will be in the asset set. Label filters are OR'ed together.
Declaration
[JsonProperty("labelFilters")]
public virtual IList<string> LabelFilters { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<string> |
ListingIdFilters
Used to filter Business Profile locations by listing ids.
Declaration
[JsonProperty("listingIdFilters")]
public virtual IList<long?> ListingIdFilters { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<long?> |