GetBasePathMappingResult

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

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val restApiId: String? = null

The ID of the API.

Link copied to clipboard
val stage: String? = null

The name of the API's stage.