TemplateOrRuleReference
A reference to either a template or a rule in a create or update request. Set exactly one of templateIdentifier or ruleIdentifier.
Inheritors
Types
Functions
Casts this TemplateOrRuleReference as a RuleIdentifier and retrieves its kotlin.String value. Throws an exception if the TemplateOrRuleReference is not a RuleIdentifier.
Casts this TemplateOrRuleReference as a RuleIdentifier and retrieves its kotlin.String value. Returns null if the TemplateOrRuleReference is not a RuleIdentifier.
Casts this TemplateOrRuleReference as a TemplateIdentifier and retrieves its kotlin.String value. Throws an exception if the TemplateOrRuleReference is not a TemplateIdentifier.
Casts this TemplateOrRuleReference as a TemplateIdentifier and retrieves its kotlin.String value. Returns null if the TemplateOrRuleReference is not a TemplateIdentifier.