GatewayDetailsResponse

data class GatewayDetailsResponse(val dmtsClusterUri: String, val gatewayObjectId: String, val gatewayResourceId: String? = null)

The gateway details.

Constructors

Link copied to clipboard
constructor(dmtsClusterUri: String, gatewayObjectId: String, gatewayResourceId: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Uri of the DMTS cluster.

Link copied to clipboard

Gateway object id from in the DMTS cluster for the gateway resource.

Link copied to clipboard

Gateway resource to be associated with the server.