Basic

data class Basic(val value: BasicLayout) : LayoutContent

Content specific to BasicLayout type. It configures fields in the top panel and More Info tab of Cases user interface.

Constructors

Link copied to clipboard
constructor(value: BasicLayout)

Properties

Link copied to clipboard

Inherited functions

Link copied to clipboard

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

Link copied to clipboard

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