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

Creates a Header. The new header is applied to the SectionStyle at the location of the SectionBreak if specificed, otherwise it is applied to the DocumentStyle.

If a header of the specified type already exists, a 400 bad request error is returned.

Attributes

  • sectionBreakLocation (type: GoogleApi.Docs.V1.Model.Location.t, default: nil) - The location of the SectionBreak which begins the section this header should belong to. If `section_break_location' is unset or if it refers to the first section break in the document body, the header applies to the DocumentStyle
  • type (type: String.t, default: nil) - The type of header to create.

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.CreateHeaderRequest{
  sectionBreakLocation: GoogleApi.Docs.V1.Model.Location.t(),
  type: String.t()
}

Link to this section Functions

Specs

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

Unwrap a decoded JSON object into its complex fields.