Get Container For Node Request
@Serializable
Request object containing input parameters for the DOMDomain.getContainerForNode command.
Constructors
Link copied to clipboard
constructor(nodeId: NodeId, containerName: String? = null, physicalAxes: PhysicalAxes? = null, logicalAxes: LogicalAxes? = null)
Types
Link copied to clipboard
A builder for GetContainerForNodeRequest, which allows setting the optional parameters of the DOMDomain.getContainerForNode command via a lambda.