google_api_docs v0.11.0 GoogleApi.Docs.V1.Model.DeleteParagraphBulletsRequest View Source

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.

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.DeleteParagraphBulletsRequest{
  range: GoogleApi.Docs.V1.Model.Range.t()
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.