Show / Hide Table of Contents

Class GoogleAdsSearchads360V23CommonChainFilter

One chain level filter on location in a feed item set. The filtering logic among all the fields is AND.

Inheritance
object
GoogleAdsSearchads360V23CommonChainFilter
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.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>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX