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

Response when all Consent resources in scope were processed and all affected resources were reindexed successfully. This structure is included in the response when the operation finishes successfully.

Attributes

  • affectedResources (type: String.t, default: nil) - The number of resources (including the Consent resources) that may have consensual access change.
  • consentApplyFailure (type: String.t, default: nil) - If validate_only = false in ApplyConsentsRequest, this counter is the number of Consent resources that were failed to apply. Otherwise, it is the number of Consent resources that are not supported or invalid.
  • consentApplySuccess (type: String.t, default: nil) - If validate_only = false in ApplyConsentsRequest, this counter is the number of Consent resources that were successfully applied. Otherwise, it is the number of Consent resources that are supported.
  • failedResources (type: String.t, default: nil) - The number of resources (including the Consent resources) that ApplyConsents failed to re-index.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.HealthCare.V1beta1.Model.ApplyConsentsResponse{
  affectedResources: String.t() | nil,
  consentApplyFailure: String.t() | nil,
  consentApplySuccess: String.t() | nil,
  failedResources: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.