class Google::Apis::FirebasestorageV1beta::GoogleFirebaseStorageControlplaneV1betaMigrateLocationDestructivelyMetadata
Metadata for MigrateLocationDestructively LRO.
Attributes
create_time[RW]
The time the LRO was created. Corresponds to the JSON property `createTime` @return [String]
last_update_time[RW]
The time the LRO was last updated. Corresponds to the JSON property `lastUpdateTime` @return [String]
state[RW]
The current state of the migration. Corresponds to the JSON property `state` @return [String]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/firebasestorage_v1beta/classes.rb, line 138 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/firebasestorage_v1beta/classes.rb, line 143 def update!(**args) @create_time = args[:create_time] if args.key?(:create_time) @last_update_time = args[:last_update_time] if args.key?(:last_update_time) @state = args[:state] if args.key?(:state) end