View Source GoogleApi.AlloyDB.V1.Model.StorageDatabasecenterPartnerapiV1mainBackupRun (google_api_alloy_db v0.8.0)

A backup run.

Attributes

  • endTime (type: DateTime.t, default: nil) - The time the backup operation completed. REQUIRED
  • error (type: GoogleApi.AlloyDB.V1.Model.StorageDatabasecenterPartnerapiV1mainOperationError.t, default: nil) - Information about why the backup operation failed. This is only present if the run has the FAILED status. OPTIONAL
  • startTime (type: DateTime.t, default: nil) - The time the backup operation started. REQUIRED
  • status (type: String.t, default: nil) - The status of this run. REQUIRED

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.AlloyDB.V1.Model.StorageDatabasecenterPartnerapiV1mainBackupRun{
    endTime: DateTime.t() | nil,
    error:
      GoogleApi.AlloyDB.V1.Model.StorageDatabasecenterPartnerapiV1mainOperationError.t()
      | nil,
    startTime: DateTime.t() | nil,
    status: String.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.