class Google::Apis::StorageV1::AdvanceRelocateBucketOperationRequest

An AdvanceRelocateBucketOperation request.

def initialize(**args)

def initialize(**args)
   update!(**args)
end

def update!(**args)

Update properties of this object
def update!(**args)
  @expire_time = args[:expire_time] if args.key?(:expire_time)
  @ttl = args[:ttl] if args.key?(:ttl)
end