View Source GoogleApi.AndroidPublisher.V3.Model.CancelSurveyResult (google_api_android_publisher v0.34.1)

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

Attributes

  • reason (type: String.t, default: nil) - The reason the user selected in the cancel survey.
  • reasonUserInput (type: String.t, default: nil) - Only set for CANCEL_SURVEY_REASON_OTHERS. This is the user's freeform response to the survey.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.AndroidPublisher.V3.Model.CancelSurveyResult{
  reason: String.t() | nil,
  reasonUserInput: String.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.