class Google::Apis::AndroidpublisherV3::BatchUpdateBasePlanStatesResponse

Response message for BatchUpdateBasePlanStates.

def initialize(**args)

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

def update!(**args)

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