Show / Hide Table of Contents

Class GoogleAdsSearchads360V23CommonLocationSet

Data related to location set. One of the Google Business Profile (previously known as Google My Business) data, Chain data, and map location data need to be specified.

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

Properties

BusinessProfileLocationSet

Data used to configure a location set populated from Google Business Profile locations.

Declaration
[JsonProperty("businessProfileLocationSet")]
public virtual GoogleAdsSearchads360V23CommonBusinessProfileLocationSet BusinessProfileLocationSet { get; set; }
Property Value
Type Description
GoogleAdsSearchads360V23CommonBusinessProfileLocationSet

ChainLocationSet

Data used to configure a location on chain set populated with the specified chains.

Declaration
[JsonProperty("chainLocationSet")]
public virtual GoogleAdsSearchads360V23CommonChainSet ChainLocationSet { get; set; }
Property Value
Type Description
GoogleAdsSearchads360V23CommonChainSet

ETag

The ETag of the item.

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

LocationOwnershipType

Required. Immutable. Location Ownership Type (owned location or affiliate location).

Declaration
[JsonProperty("locationOwnershipType")]
public virtual string LocationOwnershipType { get; set; }
Property Value
Type Description
string

MapsLocationSet

Only set if locations are synced based on selected maps locations

Declaration
[JsonProperty("mapsLocationSet")]
public virtual GoogleAdsSearchads360V23CommonMapsLocationSet MapsLocationSet { get; set; }
Property Value
Type Description
GoogleAdsSearchads360V23CommonMapsLocationSet

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX