View Source GoogleApi.HealthCare.V1beta1.Model.RollbackHl7V2MessagesRequest (google_api_health_care v0.54.0)

Point in time recovery rollback request.

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.RollbackHL7MessagesFilteringFields.t, default: nil) - Optional. Parameters for filtering.
  • 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 {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. Times point to rollback to.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

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

Functions

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

Unwrap a decoded JSON object into its complex fields.