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

Action that is implemented and performed outside of the third-party application. It should redirect the merchant to the provided URL of an external system where they can perform the action. For example to request a review in the Merchant Center.

Attributes

  • type (type: String.t, default: nil) - The type of external action.
  • uri (type: String.t, default: nil) - URL to external system, for example Merchant Center, where the merchant can perform the action.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Content.V21.Model.ExternalAction{
  type: String.t() | nil,
  uri: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.