Url Map Response
data class UrlMapResponse(val apiEndpoint: ApiEndpointHandlerResponse, val authFailAction: String, val login: String, val redirectHttpResponseCode: String, val script: ScriptHandlerResponse, val securityLevel: String, val staticFiles: StaticFilesHandlerResponse, val urlRegex: String)
URL pattern and description of how the URL should be handled. App Engine can handle URLs by executing application code or by serving static files uploaded with the version, such as images, CSS, or JavaScript.
Constructors
Link copied to clipboard
fun UrlMapResponse(apiEndpoint: ApiEndpointHandlerResponse, authFailAction: String, login: String, redirectHttpResponseCode: String, script: ScriptHandlerResponse, securityLevel: String, staticFiles: StaticFilesHandlerResponse, urlRegex: String)