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

Input provided by the merchant.

Attributes

  • actionFlowId (type: String.t, default: nil) - Required. Id of the selected action flow.
  • inputValues (type: list(GoogleApi.Content.V21.Model.InputValue.t), default: nil) - Required. Values for input fields.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Content.V21.Model.ActionInput{
  actionFlowId: String.t() | nil,
  inputValues: [GoogleApi.Content.V21.Model.InputValue.t()] | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.