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

Long text from external source.

Attributes

  • paragraphs (type: list(String.t), default: nil) - Long text organized into paragraphs.
  • title (type: String.t, default: nil) - Title of the additional content;

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Content.V21.Model.BuiltInSimpleActionAdditionalContent{
  paragraphs: [String.t()] | nil,
  title: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.