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

The payload for the triggered action.

Attributes

  • actionContext (type: String.t, default: nil) - Required. The context from the selected action. The value is obtained from rendered issues and needs to be sent back to identify the action that is being triggered.
  • actionInput (type: GoogleApi.Content.V21.Model.ActionInput.t, default: nil) - Required. Input provided by the merchant.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Content.V21.Model.TriggerActionPayload{
  actionContext: String.t() | nil,
  actionInput: GoogleApi.Content.V21.Model.ActionInput.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.