View Source GoogleApi.Docs.V1.Model.Body (google_api_docs v0.14.0)

The document body. The body typically contains the full document contents except for headers, footers, and footnotes.

Attributes

  • content (type: list(GoogleApi.Docs.V1.Model.StructuralElement.t), default: nil) - The contents of the body. The indexes for the body's content begin at zero.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Docs.V1.Model.Body{
  content: [GoogleApi.Docs.V1.Model.StructuralElement.t()] | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.