Class GoogleAdsSearchads360V0CommonBusinessProfileLocation
Business Profile location data synced from the linked Business Profile account.
Implements
Inherited Members
Namespace: Google.Apis.SA360.v0.Data
Assembly: Google.Apis.SA360.v0.dll
Syntax
public class GoogleAdsSearchads360V0CommonBusinessProfileLocation : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Labels
Advertiser specified label for the location on the Business Profile account. This is synced from the Business Profile account.
Declaration
[JsonProperty("labels")]
public virtual IList<string> Labels { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |
ListingId
Listing ID of this Business Profile location. This is synced from the linked Business Profile account.
Declaration
[JsonProperty("listingId")]
public virtual long? ListingId { get; set; }
Property Value
Type | Description |
---|---|
long? |
StoreCode
Business Profile store code of this location. This is synced from the Business Profile account.
Declaration
[JsonProperty("storeCode")]
public virtual string StoreCode { get; set; }
Property Value
Type | Description |
---|---|
string |