You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: clients/redis/lib/google_api/redis/v1beta1/model/backup_collection.ex
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -23,6 +23,7 @@ defmodule GoogleApi.Redis.V1beta1.Model.BackupCollection do
23
23
24
24
* `cluster` (*type:* `String.t`, *default:* `nil`) - Output only. The full resource path of the cluster the backup collection belongs to. Example: projects/{project}/locations/{location}/clusters/{cluster}
25
25
* `clusterUid` (*type:* `String.t`, *default:* `nil`) - Output only. The cluster uid of the backup collection.
26
+
* `createTime` (*type:* `DateTime.t`, *default:* `nil`) - Output only. The time when the backup collection was created.
26
27
* `kmsKey` (*type:* `String.t`, *default:* `nil`) - Output only. The KMS key used to encrypt the backups under this backup collection.
27
28
* `name` (*type:* `String.t`, *default:* `nil`) - Identifier. Full resource path of the backup collection.
28
29
* `uid` (*type:* `String.t`, *default:* `nil`) - Output only. System assigned unique identifier of the backup collection.
@@ -33,13 +34,15 @@ defmodule GoogleApi.Redis.V1beta1.Model.BackupCollection do
0 commit comments