View Source GoogleApi.Docs.V1.Model.UpdateSectionStyleRequest (google_api_docs v0.17.1)
Updates the SectionStyle.
Attributes
-
fields
(type:String.t
, default:nil
) - The fields that should be updated. At least one field must be specified. The rootsection_style
is implied and must not be specified. A single"*"
can be used as short-hand for listing every field. For example to update the left margin, setfields
to"margin_left"
. -
range
(type:GoogleApi.Docs.V1.Model.Range.t
, default:nil
) - The range overlapping the sections to style. Because section breaks can only be inserted inside the body, the segment ID field must be empty. -
sectionStyle
(type:GoogleApi.Docs.V1.Model.SectionStyle.t
, default:nil
) - The styles to be set on the section. Certain section style changes may cause other changes in order to mirror the behavior of the Docs editor. See the documentation of SectionStyle for more information.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Docs.V1.Model.UpdateSectionStyleRequest{ fields: String.t() | nil, range: GoogleApi.Docs.V1.Model.Range.t() | nil, sectionStyle: GoogleApi.Docs.V1.Model.SectionStyle.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.