Show / Hide Table of Contents

Class GoogleAdsSearchads360V0CommonUnifiedLocationAsset

A unified location asset.

Inheritance
object
GoogleAdsSearchads360V0CommonUnifiedLocationAsset
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.v0.Data
Assembly: Google.Apis.SA360.v0.dll
Syntax
public class GoogleAdsSearchads360V0CommonUnifiedLocationAsset : IDirectResponseSchema

Properties

BusinessProfileLocations

The list of business locations for the customer. This will only be returned if the Location Asset is syncing from the Business Profile account. It is possible to have multiple Business Profile listings under the same account that point to the same Place ID.

Declaration
[JsonProperty("businessProfileLocations")]
public virtual IList<GoogleAdsSearchads360V0CommonBusinessProfileLocation> BusinessProfileLocations { get; set; }
Property Value
Type Description
IList<GoogleAdsSearchads360V0CommonBusinessProfileLocation>

ETag

The ETag of the item.

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

LocationOwnershipType

The type of location ownership. If the type is BUSINESS_OWNER, it will be served as a location extension. If the type is AFFILIATE, it will be served as an affiliate location.

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

PlaceId

Place IDs uniquely identify a place in the Google Places database and on Google Maps. This field is unique for a given customer ID and asset type. See https://developers.google.com/places/web-service/place-id to learn more about Place ID.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX