class Google::Apis::CloudresourcemanagerV1::CloudresourcemanagerGoogleCloudResourcemanagerV2beta1FolderOperation

Metadata describing a long running folder operation

def initialize(**args)

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

def update!(**args)

Update properties of this object
def update!(**args)
  @destination_parent = args[:destination_parent] if args.key?(:destination_parent)
  @display_name = args[:display_name] if args.key?(:display_name)
  @operation_type = args[:operation_type] if args.key?(:operation_type)
  @source_parent = args[:source_parent] if args.key?(:source_parent)
end