AppEnvironmentImportSearchReplace
A search-and-replace rule applied during import.
input AppEnvironmentImportSearchReplace {
from: String
to: String
}
Fields
AppEnvironmentImportSearchReplace.from ● String scalar common
The source string to replace.
AppEnvironmentImportSearchReplace.to ● String scalar common
The replacement string.