class Google::Apis::AndroidpublisherV3::RemoteInAppUpdateData

affected user count etc.
Data related to Remote In-App Update action such as recovered user count,

def initialize(**args)

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

def update!(**args)

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