google_api_docs v0.10.0 GoogleApi.Docs.V1.Model.ReplaceAllTextRequest View Source
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.
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.ReplaceAllTextRequest{ containsText: GoogleApi.Docs.V1.Model.SubstringMatchCriteria.t(), replaceText: String.t() }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.