google_api_content v0.40.0 GoogleApi.Content.V21.Model.LinkService View Source

Attributes

  • service (type: String.t, default: nil) - Service provided to or by the linked account.

    Acceptable values are:

    • "shoppingActionsOrderManagement"
    • "shoppingActionsProductManagement"
    • "shoppingAdsProductManagement"
  • status (type: String.t, default: nil) - Status of the link

    Acceptable values are:

    • "active"
    • "inactive"
    • "pending"

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.Content.V21.Model.LinkService{
  service: String.t(),
  status: String.t()
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.