DotNetComponentServiceBindResponse

data class DotNetComponentServiceBindResponse(val name: String? = null, val serviceId: String? = null)

Configuration to bind a .NET Component to another .NET Component

Constructors

Link copied to clipboard
constructor(name: String? = null, serviceId: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val name: String? = null

Name of the service bind

Link copied to clipboard
val serviceId: String? = null

Resource id of the target service