ClientPoliciesDtoFeatureOptionsIssueReporting

data class ClientPoliciesDtoFeatureOptionsIssueReporting(showAdditionalFeedback: Boolean?, showIssueReporting: Boolean?)

Parameters

showAdditionalFeedback
  • @param showIssueReporting

Constructors

fun ClientPoliciesDtoFeatureOptionsIssueReporting(showAdditionalFeedback: Boolean? = null, showIssueReporting: Boolean? = null)
  • @param showIssueReporting

Properties

showAdditionalFeedback
Link copied to clipboard
@SerializedName(value = showAdditionalFeedback)
val showAdditionalFeedback: Boolean? = null
  • @param showIssueReporting

showIssueReporting
Link copied to clipboard
@SerializedName(value = showIssueReporting)
val showIssueReporting: Boolean? = null