Hidden

data class Hidden(val value: HiddenCaseRule) : CaseRuleDetails

Whether a field is visible, based on values in other fields.

Constructors

Link copied to clipboard
constructor(value: HiddenCaseRule)

Properties

Link copied to clipboard

Inherited functions

Link copied to clipboard
Link copied to clipboard

Casts this CaseRuleDetails as a Hidden and retrieves its aws.sdk.kotlin.services.connectcases.model.HiddenCaseRule value. Throws an exception if the CaseRuleDetails is not a Hidden.

Link copied to clipboard
Link copied to clipboard

Casts this CaseRuleDetails as a Required and retrieves its aws.sdk.kotlin.services.connectcases.model.RequiredCaseRule value. Throws an exception if the CaseRuleDetails is not a Required.

Link copied to clipboard