GetBasePathMappingResult

data class GetBasePathMappingResult(val restApiId: String? = null, val stage: String? = null)

Constructors

Link copied to clipboard
constructor(restApiId: String? = null, stage: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val restApiId: String? = null

The string identifier of the associated RestApi.

Link copied to clipboard
val stage: String? = null

The name of the associated stage.