View Source GoogleApi.HealthCare.V1beta1.Model.ExplainDataAccessResponse (google_api_health_care v0.50.1)

List of consent scopes that are applicable to the explained access on a given resource.

Attributes

  • consentScopes (type: list(GoogleApi.HealthCare.V1beta1.Model.ExplainDataAccessConsentScope.t), default: nil) - List of applicable consent scopes. Sorted in order of actor such that scopes belonging to the same actor will be adjacent to each other in the list.
  • warning (type: String.t, default: nil) - Warnings associated with this response. It inform user with exceeded scope limit errors.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.HealthCare.V1beta1.Model.ExplainDataAccessResponse{
  consentScopes:
    [GoogleApi.HealthCare.V1beta1.Model.ExplainDataAccessConsentScope.t()] | nil,
  warning: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.