class Google::Apis::AndroidpublisherV3::BatchGetOneTimeProductsResponse

Response message for the BatchGetOneTimeProducts endpoint.

def initialize(**args)

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

def update!(**args)

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