GoogleApi.Slides.V1.Model.ReplaceAllTextRequest (google_api_slides v0.24.0)

View Source

Replaces all instances of text matching a criteria with replace text.

Attributes

  • containsText (type: GoogleApi.Slides.V1.Model.SubstringMatchCriteria.t, default: nil) - Finds text in a shape matching this substring.
  • pageObjectIds (type: list(String.t), default: nil) - If non-empty, limits the matches to page elements only on the given pages. Returns a 400 bad request error if given the page object ID of a notes master, or if a page with that object ID doesn't exist in the presentation.
  • replaceText (type: String.t, default: nil) - The text that will replace the matched text.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.Slides.V1.Model.ReplaceAllTextRequest{
  containsText: GoogleApi.Slides.V1.Model.SubstringMatchCriteria.t() | nil,
  pageObjectIds: [String.t()] | nil,
  replaceText: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.