View Source GoogleApi.Docs.V1.Model.ReplaceAllTextRequest (google_api_docs v0.17.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. -
tabsCriteria
(type:GoogleApi.Docs.V1.Model.TabsCriteria.t
, default:nil
) - Optional. The criteria used to specify in which tabs the replacement occurs. When omitted, the replacement applies to all tabs. In a document containing a single tab: - If provided, must match the singular tab's ID. - If omitted, the replacement applies to the singular tab. In a document containing multiple tabs: - If provided, the replacement applies to the specified tabs. - If omitted, the replacement applies to all tabs.
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, tabsCriteria: GoogleApi.Docs.V1.Model.TabsCriteria.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.