Show / Hide Table of Contents

Class GoogleAdsSearchads360V23CommonChainLocationGroup

Represents information about a Chain dynamic location group. Only applicable if the sync level AssetSet's type is LOCATION_SYNC and sync source is chain.

Inheritance
object
GoogleAdsSearchads360V23CommonChainLocationGroup
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 GoogleAdsSearchads360V23CommonChainLocationGroup : IDirectResponseSchema

Properties

DynamicChainLocationGroupFilters

Used to filter chain locations by chain ids. Only Locations that belong to the specified chain(s) will be in the asset set.

Declaration
[JsonProperty("dynamicChainLocationGroupFilters")]
public virtual IList<GoogleAdsSearchads360V23CommonChainFilter> DynamicChainLocationGroupFilters { get; set; }
Property Value
Type Description
IList<GoogleAdsSearchads360V23CommonChainFilter>

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX