View Source GoogleApi.Storage.V1.Model.AdvanceRelocateBucketOperationRequest (google_api_storage v0.45.0)

An AdvanceRelocateBucketOperation request.

Attributes

  • expireTime (type: DateTime.t, default: nil) - Specifies the time when the relocation will revert to the sync stage if the relocation hasn't succeeded.
  • ttl (type: String.t, default: nil) - 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

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Storage.V1.Model.AdvanceRelocateBucketOperationRequest{
  expireTime: DateTime.t() | nil,
  ttl: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.