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

A StructuralElement representing a section break. A section is a range of content which has the same SectionStyle. A section break represents the start of a new section, and the section style applies to the section after the section break.

The document body always begins with a section break.

Attributes

  • sectionStyle (type: GoogleApi.Docs.V1.Model.SectionStyle.t, default: nil) - The style of the section after this section break.
  • suggestedDeletionIds (type: list(String.t), default: nil) - The suggested deletion IDs. If empty, then there are no suggested deletions of this content.
  • suggestedInsertionIds (type: list(String.t), default: nil) - The suggested insertion IDs. A SectionBreak may have multiple insertion IDs if it is a nested suggested change. If empty, then this is not a suggested insertion.

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.SectionBreak{
  sectionStyle: GoogleApi.Docs.V1.Model.SectionStyle.t(),
  suggestedDeletionIds: [String.t()],
  suggestedInsertionIds: [String.t()]
}

Link to this section Functions

Specs

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

Unwrap a decoded JSON object into its complex fields.