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

Attributes

  • service (type: String.t, default: nil) - Service provided to or by the linked account. Acceptable values are: - "shoppingActionsOrderManagement" - "shoppingActionsProductManagement" - "shoppingAdsProductManagement" - "paymentProcessing"
  • status (type: String.t, default: nil) - Status of the link Acceptable values are: - "active" - "inactive" - "pending"

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

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

Functions

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

Unwrap a decoded JSON object into its complex fields.