class Google::Apis::AndroidpublisherV3::BatchUpdateSubscriptionsRequest

Request message for BatchUpdateSubscription.

def initialize(**args)

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

def update!(**args)

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