google_api_docs v0.7.0 GoogleApi.Docs.V1.Model.UpdateDocumentStyleRequest View Source
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"
.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Link to this type
t()
View Sourcet() :: %GoogleApi.Docs.V1.Model.UpdateDocumentStyleRequest{ documentStyle: GoogleApi.Docs.V1.Model.DocumentStyle.t(), fields: String.t() }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.