# SingleReplaceString

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**match_string** | **string** | String to search for and match against, to be replaced | [optional] 
**replace_string** | **string** | String to replace the matched values with | [optional] 
**match_case** | **bool** | True if the case should be matched, false for case insensitive match | [optional] 

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)


