class Google::Apis::AndroidpublisherV3::InappproductsBatchDeleteRequest

Request to delete multiple in-app products.

def initialize(**args)

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

def update!(**args)

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