View Source GoogleApi.Docs.V1.Model.ReplaceAllTextRequest (google_api_docs v0.14.0)

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

Attributes

  • containsText (type: GoogleApi.Docs.V1.Model.SubstringMatchCriteria.t, default: nil) - Finds text in the document matching this substring.
  • 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

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

Functions

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

Unwrap a decoded JSON object into its complex fields.