View Source GoogleApi.Docs.V1.Model.DeleteFooterRequest (google_api_docs v0.15.0)

Deletes a Footer from the document.

Attributes

  • footerId (type: String.t, default: nil) - The id of the footer to delete. If this footer is defined on DocumentStyle, the reference to this footer is removed, resulting in no footer of that type for the first section of the document. If this footer is defined on a SectionStyle, the reference to this footer is removed and the footer 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.DeleteFooterRequest{footerId: String.t() | nil}

Functions

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

Unwrap a decoded JSON object into its complex fields.