Class GoogleAdsSearchads360V23CommonChainFilter
One chain level filter on location in a feed item set. The filtering logic among all the fields is AND.
Implements
Inherited Members
Namespace: Google.Apis.SA360.v23.Data
Assembly: Google.Apis.SA360.v23.dll
Syntax
public class GoogleAdsSearchads360V23CommonChainFilter : IDirectResponseSchema
Properties
ChainId
Required. Used to filter chain locations by chain id. Only chain locations that belong to the specified chain will be in the asset set.
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 |
LocationAttributes
Used to filter chain locations by location attributes. Only chain locations that belong to all of the specified attribute(s) will be in the asset set. If this field is empty, it means no filtering on this field.
Declaration
[JsonProperty("locationAttributes")]
public virtual IList<string> LocationAttributes { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<string> |