View Source GoogleApi.Redis.V1.Model.BackupFile (google_api_redis v0.50.0)
Backup is consisted of multiple backup files.
Attributes
-
createTime
(type:DateTime.t
, default:nil
) - Output only. The time when the backup file was created. -
fileName
(type:String.t
, default:nil
) - Output only. e.g: .rdb -
sizeBytes
(type:String.t
, default:nil
) - Output only. Size of the backup file in bytes.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Redis.V1.Model.BackupFile{ createTime: DateTime.t() | nil, fileName: String.t() | nil, sizeBytes: String.t() | nil }