DeidentifyOperationMetadataArgs

data class DeidentifyOperationMetadataArgs(val fhirOutput: Output<FhirOutputArgs>? = null) : ConvertibleToJava<DeidentifyOperationMetadataArgs>

Details about the work the de-identify operation performed.

Constructors

Link copied to clipboard
constructor(fhirOutput: Output<FhirOutputArgs>? = null)

Properties

Link copied to clipboard
val fhirOutput: Output<FhirOutputArgs>? = null

Details about the FHIR store to write the output to.

Functions

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