PrivateLinkServiceConnectionResponse

data class PrivateLinkServiceConnectionResponse(val groupIds: List<String>? = null, val name: String? = null, val requestMessage: String? = null)

Represents of an NRP private link service connection.

Constructors

Link copied to clipboard
constructor(groupIds: List<String>? = null, name: String? = null, requestMessage: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val groupIds: List<String>? = null

Gets or sets group ids.

Link copied to clipboard
val name: String? = null

Gets or sets private link service connection name.

Link copied to clipboard
val requestMessage: String? = null

Gets or sets the request message for the private link service connection.