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

Response when all admin Consent resources in scope were processed and all affected resources were reindexed successfully. This structure will be 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 consent access change.
  • consentApplySuccess (type: String.t, default: nil) - If validate_only=false in ApplyAdminConsentsRequest, this counter contains 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 ApplyAdminConsents failed to re-index.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.HealthCare.V1beta1.Model.ApplyAdminConsentsResponse{
  affectedResources: 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.