class Google::Apis::AndroidpublisherV3::BatchUpdateSubscriptionOfferStatesResponse

Response message for BatchUpdateSubscriptionOfferStates.

def initialize(**args)

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

def update!(**args)

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