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

The payload for configuring how the content should be rendered.

Attributes

  • contentOption (type: String.t, default: nil) - Optional. How the detailed content should be returned. Default option is to return the content as a pre-rendered HTML text.
  • userInputActionOption (type: String.t, default: nil) - Optional. How actions with user input form should be handled. If not provided, actions will be returned as links that points merchant to Merchant Center where they can request the action.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Content.V21.Model.RenderProductIssuesRequestPayload{
  contentOption: String.t() | nil,
  userInputActionOption: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.