Section

sealed class Section

This represents a sections within a panel or tab of the page layout.

Inheritors

Types

Link copied to clipboard
data class FieldGroup(val value: FieldGroup) : Section

Consists of a group of fields and associated properties.

Link copied to clipboard

Functions

Link copied to clipboard

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

Link copied to clipboard

Casts this Section as a FieldGroup and retrieves its aws.sdk.kotlin.services.connectcases.model.FieldGroup value. Returns null if the Section is not a FieldGroup.