class Google::Apis::AndroidpublisherV3::BatchUpdateOneTimeProductOffersResponse
Response message for BatchUpdateOneTimeProductOffers.
def initialize(**args)
def initialize(**args) update!(**args) end
def update!(**args)
def update!(**args) @one_time_product_offers = args[:one_time_product_offers] if args.key?(:one_time_product_offers) end