class Google::Apis::AndroidpublisherV3::BatchGetOrdersResponse

Response for the orders.batchGet API.

def initialize(**args)

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

def update!(**args)

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