GoogleApi.HealthCare.V1.Model.DeidentifyDatasetRequest (google_api_health_care v0.26.0) View Source
Redacts identifying information from the specified dataset.
Attributes
-
config
(type:GoogleApi.HealthCare.V1.Model.DeidentifyConfig.t
, default:nil
) - Deidentify configuration. -
destinationDataset
(type:String.t
, default:nil
) - The name of the dataset resource to create and write the redacted data to. The destination dataset must not exist. The destination dataset must be in the same project and location as the source dataset. De-identifying data across multiple projects or locations is not supported.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.HealthCare.V1.Model.DeidentifyDatasetRequest{ config: GoogleApi.HealthCare.V1.Model.DeidentifyConfig.t(), destinationDataset: String.t() }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.