View Source GoogleApi.Docs.V1.Model.SectionBreak (google_api_docs v0.17.0)

A StructuralElement representing a section break. A section is a range of content that 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's a nested suggested change. If empty, then this is not a suggested insertion.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Docs.V1.Model.SectionBreak{
  sectionStyle: GoogleApi.Docs.V1.Model.SectionStyle.t() | nil,
  suggestedDeletionIds: [String.t()] | nil,
  suggestedInsertionIds: [String.t()] | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.