RegionUrlMapTest

data class RegionUrlMapTest(val description: String? = null, val host: String, val path: String, val service: String)

Constructors

Link copied to clipboard
constructor(description: String? = null, host: String, path: String, service: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val description: String? = null

Description of this test case.

Link copied to clipboard

Host portion of the URL.

Link copied to clipboard

Path portion of the URL.

Link copied to clipboard

A reference to expected RegionBackendService resource the given URL should be mapped to.