google_api_health_care v0.15.0 GoogleApi.HealthCare.V1beta1.Model.DeidentifyDatasetRequest View Source

Redacts identifying information from the specified dataset.

Attributes

  • config (type: GoogleApi.HealthCare.V1beta1.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.V1beta1.Model.DeidentifyDatasetRequest{
  config: GoogleApi.HealthCare.V1beta1.Model.DeidentifyConfig.t(),
  destinationDataset: String.t()
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.