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

Updates the DocumentStyle.

Attributes

  • documentStyle (type: GoogleApi.Docs.V1.Model.DocumentStyle.t, default: nil) - The styles to set on the document. Certain document style changes may cause other changes in order to mirror the behavior of the Docs editor. See the documentation of DocumentStyle for more information.
  • fields (type: String.t, default: nil) - The fields that should be updated. At least one field must be specified. The root document_style is implied and should not be specified. A single "*" can be used as short-hand for listing every field. For example to update the background, set fields to "background".
  • tabId (type: String.t, default: nil) - The tab that contains the style to update. When omitted, the request applies to the first tab. In a document containing a single tab: - If provided, must match the singular tab's ID. - If omitted, the request applies to the singular tab. In a document containing multiple tabs: - If provided, the request applies to the specified tab. - If not provided, the request applies to the first tab in the document.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Docs.V1.Model.UpdateDocumentStyleRequest{
  documentStyle: GoogleApi.Docs.V1.Model.DocumentStyle.t() | nil,
  fields: String.t() | nil,
  tabId: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.