View Source GoogleApi.HealthCare.V1.Model.CheckDataAccessResponse (google_api_health_care v0.50.1)

Checks if a particular data_id of a User data mapping in the given consent store is consented for a given use.

Attributes

  • consentDetails (type: %{optional(String.t) => GoogleApi.HealthCare.V1.Model.ConsentEvaluation.t}, default: nil) - The resource names of all evaluated Consents mapped to their evaluation.
  • consented (type: boolean(), default: nil) - Whether the requested resource is consented for the given use.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.HealthCare.V1.Model.CheckDataAccessResponse{
  consentDetails:
    %{
      optional(String.t()) =>
        GoogleApi.HealthCare.V1.Model.ConsentEvaluation.t()
    }
    | nil,
  consented: boolean() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.