ClientPoliciesDtoFeatureOptionsIssueReporting

data class ClientPoliciesDtoFeatureOptionsIssueReporting(val showAdditionalFeedback: Boolean? = null, val showIssueReporting: Boolean? = null)

Parameters

showAdditionalFeedback
showIssueReporting

Constructors

constructor(showAdditionalFeedback: Boolean? = null, showIssueReporting: Boolean? = null)

Properties

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