Googly. CloudStorage. Model. AdvanceRelocateBucketOperationRequest
(googly_cloud_storage v0.1.0)
Copy Markdown
View Source
An AdvanceRelocateBucketOperation request.
Attributes
-
expire_time(type:DateTime.t()) - Specifies the time when the relocation will revert to the sync stage if the relocation hasn't succeeded. -
ttl(type:String.t()) - Specifies the duration after which the relocation will revert to the sync stage if the relocation hasn't succeeded. Optional, if not supplied, a default value of 12h will be used.
Summary
Types
@type t() :: %Googly.CloudStorage.Model.AdvanceRelocateBucketOperationRequest{ expire_time: DateTime.t() | nil, ttl: String.t() | nil }