replaceKeyWith property

String? replaceKeyWith
getter/setter pair

The specific object key to use in the redirect request. For example, redirect request to error.html. Not required if one of the siblings is present. Can be present only if ReplaceKeyPrefixWith is not provided.

Implementation

String? replaceKeyWith;