GoogleApi.Redis.V1beta1.Model.BackupRun (google_api_redis v0.51.0)
View SourceA backup run.
Attributes
-
endTime(type:DateTime.t, default:nil) - The time the backup operation completed. REQUIRED -
error(type:GoogleApi.Redis.V1beta1.Model.OperationError.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.Redis.V1beta1.Model.BackupRun{ endTime: DateTime.t() | nil, error: GoogleApi.Redis.V1beta1.Model.OperationError.t() | nil, startTime: DateTime.t() | nil, status: String.t() | nil }