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)
def update!(**args) @inappproducts = args[:inappproducts] if args.key?(:inappproducts) end