google_api_docs v0.10.0 GoogleApi.Docs.V1.Model.UpdateSectionStyleRequest View Source
Updates the SectionStyle.
Attributes
fields
(type:String.t
, default:nil
) - The fields that should be updated.At least one field must be specified. The root
section_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.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.Docs.V1.Model.UpdateSectionStyleRequest{ fields: String.t(), range: GoogleApi.Docs.V1.Model.Range.t(), sectionStyle: GoogleApi.Docs.V1.Model.SectionStyle.t() }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.