class Google::Apis::AndroidpublisherV3::SubscriptionCancelSurveyResult

cancellation flow (cancellation reason survey).
Information provided by the user when they complete the subscription

def initialize(**args)

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

def update!(**args)

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