GetBasePathMappingPlainArgs

data class GetBasePathMappingPlainArgs(val basePath: String, val domainName: String) : ConvertibleToJava<GetBasePathMappingPlainArgs>

Constructors

Link copied to clipboard
constructor(basePath: String, domainName: String)

Properties

Link copied to clipboard

The base path name that callers of the API must provide as part of the URL after the domain name.

Link copied to clipboard

The domain name of the BasePathMapping resource to be described.

Functions

Link copied to clipboard
open override fun toJava(): GetBasePathMappingPlainArgs