View Source GoogleApi.Content.V21.Model.AccountGoogleMyBusinessLink (google_api_content v0.67.1)

Attributes

  • gmbAccountId (type: String.t, default: nil) - The ID of the Business Profile. If this is provided, then gmbEmail is ignored. The value of this field should match the accountId used by the Business Profile API.
  • gmbEmail (type: String.t, default: nil) - The Business Profile email address of a specific account within a Business Profile. A sample account within a Business Profile could be a business account with set of locations, managed under the Business Profile.
  • status (type: String.t, default: nil) - Status of the link between this Merchant Center account and the Business Profile. Acceptable values are: - "active" - "pending"

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Content.V21.Model.AccountGoogleMyBusinessLink{
  gmbAccountId: String.t() | nil,
  gmbEmail: String.t() | nil,
  status: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.