class Google::Apis::AndroidpublisherV3::ExternalSubscription

Details of an external subscription.

def initialize(**args)

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

def update!(**args)

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