google_api_docs v0.11.0 GoogleApi.Docs.V1.Model.Body View Source

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.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

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

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.