View Source GoogleApi.FirebaseStorage.V1beta.Model.GoogleFirebaseStorageControlplaneV1betaMigrateLocationDestructivelyMetadata (google_api_firebase_storage v0.4.0)

Metadata for MigrateLocationDestructively LRO.

Attributes

  • createTime (type: DateTime.t, default: nil) - The time the LRO was created.
  • lastUpdateTime (type: DateTime.t, default: nil) - The time the LRO was last updated.
  • state (type: String.t, default: nil) - The current state of the migration.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.FirebaseStorage.V1beta.Model.GoogleFirebaseStorageControlplaneV1betaMigrateLocationDestructivelyMetadata{
    createTime: DateTime.t() | nil,
    lastUpdateTime: DateTime.t() | nil,
    state: String.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.