class Google::Apis::AndroidpublisherV3::RemoteInAppUpdateDataPerBundle

Data related to the recovery action at bundle level.

def initialize(**args)

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

def update!(**args)

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