View Source GoogleApi.SearchAds360.V0.Model.GoogleAdsSearchads360V0Common_BusinessProfileLocation (google_api_search_ads360 v0.6.0)

Business Profile location data synced from the linked Business Profile account.

Attributes

  • labels (type: list(String.t), default: nil) - Advertiser specified label for the location on the Business Profile account. This is synced from the Business Profile account.
  • listingId (type: String.t, default: nil) - Listing ID of this Business Profile location. This is synced from the linked Business Profile account.
  • storeCode (type: String.t, default: nil) - Business Profile store code of this location. This is synced from the Business Profile account.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.SearchAds360.V0.Model.GoogleAdsSearchads360V0Common_BusinessProfileLocation{
    labels: [String.t()] | nil,
    listingId: String.t() | nil,
    storeCode: String.t() | nil
  }

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.