EmptyValue

An empty value. You cannot set EmptyFieldValue on a field that is required on a case template.

This structure will never have any data members. It signifies an empty value on a case field.

Constructors

Link copied to clipboard
constructor(value: EmptyFieldValue)

Properties

Link copied to clipboard

Inherited functions

Link copied to clipboard

Casts this AuditEventFieldValueUnion as a BooleanValue and retrieves its kotlin.Boolean value. Throws an exception if the AuditEventFieldValueUnion is not a BooleanValue.

Link copied to clipboard

Casts this AuditEventFieldValueUnion as a BooleanValue and retrieves its kotlin.Boolean value. Returns null if the AuditEventFieldValueUnion is not a BooleanValue.

Link copied to clipboard

Casts this AuditEventFieldValueUnion as a DoubleValue and retrieves its kotlin.Double value. Throws an exception if the AuditEventFieldValueUnion is not a DoubleValue.

Link copied to clipboard

Casts this AuditEventFieldValueUnion as a DoubleValue and retrieves its kotlin.Double value. Returns null if the AuditEventFieldValueUnion is not a DoubleValue.

Link copied to clipboard
Link copied to clipboard

Casts this AuditEventFieldValueUnion as a StringValue and retrieves its kotlin.String value. Throws an exception if the AuditEventFieldValueUnion is not a StringValue.

Link copied to clipboard

Casts this AuditEventFieldValueUnion as a StringValue and retrieves its kotlin.String value. Returns null if the AuditEventFieldValueUnion is not a StringValue.

Link copied to clipboard

Casts this AuditEventFieldValueUnion as a UserArnValue and retrieves its kotlin.String value. Throws an exception if the AuditEventFieldValueUnion is not a UserArnValue.

Link copied to clipboard

Casts this AuditEventFieldValueUnion as a UserArnValue and retrieves its kotlin.String value. Returns null if the AuditEventFieldValueUnion is not a UserArnValue.