GetFhirServicePlainArgs

data class GetFhirServicePlainArgs(val name: String, val tags: Map<String, String>? = null, val workspaceId: String) : ConvertibleToJava<GetFhirServicePlainArgs>

A collection of arguments for invoking getFhirService.

Constructors

Link copied to clipboard
constructor(name: String, tags: Map<String, String>? = null, workspaceId: String)

Properties

Link copied to clipboard

The name of the Healthcare FHIR Service.

Link copied to clipboard
val tags: Map<String, String>? = null

The map of tags assigned to the Healthcare FHIR Service.

Link copied to clipboard

The id of the Healthcare Workspace in which the Healthcare FHIR Service exists.

Functions

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