View Source GoogleApi.Docs.V1.Model.CreateHeaderRequest (google_api_docs v0.14.0)
Creates a Header. The new header is applied to the SectionStyle at the location of the SectionBreak if specified, 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. Ifsection_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.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Docs.V1.Model.CreateHeaderRequest{ sectionBreakLocation: GoogleApi.Docs.V1.Model.Location.t() | nil, type: String.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.