View Source GoogleApi.Content.V21.Model.RenderAccountIssuesRequestPayload (google_api_content v0.65.0)

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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

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

Functions

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

Unwrap a decoded JSON object into its complex fields.