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

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.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

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

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.