class Google::Apis::AndroidpublisherV3::InappproductsBatchUpdateResponse

Response for a batch in-app product update.

def initialize(**args)

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

def update!(**args)

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