google_api_docs v0.7.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
Link to this type
t()
View Sourcet() :: %GoogleApi.Docs.V1.Model.Body{ content: [GoogleApi.Docs.V1.Model.StructuralElement.t()] }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.