GetChannelPlacementGroupPlainArgs

data class GetChannelPlacementGroupPlainArgs(val clusterId: String, val id: String) : ConvertibleToJava<GetChannelPlacementGroupPlainArgs>

Constructors

Link copied to clipboard
constructor(clusterId: String, id: String)

Properties

Link copied to clipboard

The ID of the cluster the node is on.

Link copied to clipboard
val id: String

Unique internal identifier.

Functions

Link copied to clipboard
open override fun toJava(): GetChannelPlacementGroupPlainArgs