GetMedtechServicePlainArgs

data class GetMedtechServicePlainArgs(val name: String, val workspaceId: String) : ConvertibleToJava<GetMedtechServicePlainArgs>

A collection of arguments for invoking getMedtechService.

Constructors

Link copied to clipboard
constructor(name: String, workspaceId: String)

Properties

Link copied to clipboard

The name of the Healthcare Med Tech Service.

Link copied to clipboard

The id of the Healthcare Workspace in which the Healthcare Med Tech Service exists.

Functions

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