class Google::Apis::AndroidpublisherV3::RevokeSubscriptionPurchaseRequest

Request for the purchases.subscriptionsv2.revoke API.

def initialize(**args)

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

def update!(**args)

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