View Source GoogleApi.Docs.V1.Model.DeleteParagraphBulletsRequest (google_api_docs v0.16.0)
Deletes bullets from all of the paragraphs that overlap with the given range. The nesting level of each paragraph will be visually preserved by adding indent to the start of the corresponding paragraph.
Attributes
-
range
(type:GoogleApi.Docs.V1.Model.Range.t
, default:nil
) - The range to delete bullets from.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Docs.V1.Model.DeleteParagraphBulletsRequest{ range: GoogleApi.Docs.V1.Model.Range.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.