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

Request to roll back resources.

Attributes

  • changeType (type: String.t, default: nil) - Optional. CREATE/UPDATE/DELETE/ALL for reverting all txns of a certain type.
  • excludeRollbacks (type: boolean(), default: nil) - Optional. Specifies whether to exclude earlier rollbacks.
  • filteringFields (type: GoogleApi.HealthCare.V1beta1.Model.RollbackFhirResourceFilteringFields.t, default: nil) - Optional. Tag represents fields that HDE needs to identify resources that will be reverted. Parameters for filtering resources
  • force (type: boolean(), default: nil) - Optional. When enabled, changes will be reverted without explicit confirmation
  • inputGcsObject (type: String.t, default: nil) - Optional. Cloud Storage object containing list of {resourceType}/{resourceId} lines, identifying resources to be reverted
  • resultGcsBucket (type: String.t, default: nil) - Required. Bucket to deposit result
  • rollbackTime (type: DateTime.t, default: nil) - Required. Time point to rollback to.
  • type (type: list(String.t), default: nil) - Optional. If specified, revert only resources of these types

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.HealthCare.V1beta1.Model.RollbackFhirResourcesRequest{
  changeType: String.t() | nil,
  excludeRollbacks: boolean() | nil,
  filteringFields:
    GoogleApi.HealthCare.V1beta1.Model.RollbackFhirResourceFilteringFields.t()
    | nil,
  force: boolean() | nil,
  inputGcsObject: String.t() | nil,
  resultGcsBucket: String.t() | nil,
  rollbackTime: DateTime.t() | nil,
  type: [String.t()] | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.