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