class Google::Apis::AndroidpublisherV3::CancelSurveyResult

Result of the cancel survey when the subscription was canceled by the user.

def initialize(**args)

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

def update!(**args)

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