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

Update the styling of all paragraphs that overlap with the given range.

Attributes

  • fields (type: String.t, default: nil) - The fields that should be updated. At least one field must be specified. The root paragraph_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 paragraph style's alignment property, set fields to "alignment". To reset a property to its default value, include its field name in the field mask but leave the field itself unset.
  • paragraphStyle (type: GoogleApi.Docs.V1.Model.ParagraphStyle.t, default: nil) - The styles to set on the paragraphs. Certain paragraph style changes may cause other changes in order to mirror the behavior of the Docs editor. See the documentation of ParagraphStyle for more information.
  • range (type: GoogleApi.Docs.V1.Model.Range.t, default: nil) - The range overlapping the paragraphs to style.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Docs.V1.Model.UpdateParagraphStyleRequest{
  fields: String.t() | nil,
  paragraphStyle: GoogleApi.Docs.V1.Model.ParagraphStyle.t() | nil,
  range: GoogleApi.Docs.V1.Model.Range.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.