You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The replacement string to apply when the pattern matches.
[optional]
Example
fromopenapi_client.models.search_request_personalizations_regexes_innerimportSearchRequestPersonalizationsRegexesInner# TODO update the JSON string belowjson="{}"# create an instance of SearchRequestPersonalizationsRegexesInner from a JSON stringsearch_request_personalizations_regexes_inner_instance=SearchRequestPersonalizationsRegexesInner.from_json(json)
# print the JSON string representation of the objectprint(SearchRequestPersonalizationsRegexesInner.to_json())
# convert the object into a dictsearch_request_personalizations_regexes_inner_dict=search_request_personalizations_regexes_inner_instance.to_dict()
# create an instance of SearchRequestPersonalizationsRegexesInner from a dictsearch_request_personalizations_regexes_inner_from_dict=SearchRequestPersonalizationsRegexesInner.from_dict(search_request_personalizations_regexes_inner_dict)