createdstring date-time required
The date and time when the URL mapping was initially created.
destinationstring required
The destination URL, where the target URL should be redirected if it matches the routePrefix.
idstring required
The unique ID of this URL redirect.
isMatchFullUrlboolean required
Whether the routePrefix should match on the entire URL, including the domain.
isMatchQueryStringboolean required
Whether the routePrefix should match on the entire URL path, including the query string.
isOnlyAfterNotFoundboolean required
Whether the URL redirect mapping should apply only if a live page on the URL isn't found. If False, the URL redirect mapping will take precedence over any existing page.
isPatternboolean required
Whether the routePrefix should match based on pattern.
isProtocolAgnosticboolean required
Whether the routePrefix should match both HTTP and HTTPS protocols.
isTrailingSlashOptionalboolean required
Whether a trailing slash will be ignored.
precedenceinteger required
Used to prioritize URL redirection. If a given URL matches more than one redirect, the one with the lower precedence will be used.
redirectStyleinteger required
The type of redirect to create. Options include: 301 (permanent), 302 (temporary), or 305 (proxy). Find more details here.
routePrefixstring required
The target incoming URL, path, or pattern to match for redirection.
updatedstring date-time required
The date and time when the URL mapping was last modified.