View Source GoogleApi.Docs.V1.Model.DeleteHeaderRequest (google_api_docs v0.14.0)

Deletes a Header from the document.

Attributes

  • headerId (type: String.t, default: nil) - The id of the header to delete. If this header is defined on DocumentStyle, the reference to this header is removed, resulting in no header of that type for the first section of the document. If this header is defined on a SectionStyle, the reference to this header is removed and the header of that type is now continued from the previous section.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Docs.V1.Model.DeleteHeaderRequest{headerId: String.t() | nil}

Functions

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

Unwrap a decoded JSON object into its complex fields.