GoogleApi.Docs.V1.Model.DeleteParagraphBulletsRequest (google_api_docs v0.18.0)

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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.Docs.V1.Model.DeleteParagraphBulletsRequest{
  range: GoogleApi.Docs.V1.Model.Range.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.