LayoutItem

The layout object that contains LayoutDefinitionName, Description, DisplayName, IsDefault, LayoutType, Tags, CreatedAt, LastUpdatedAt

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The timestamp of when the layout was created.

Link copied to clipboard

The description of the layout

Link copied to clipboard

The display name of the layout

Link copied to clipboard

If set to true for a layout, this layout will be used by default to view data. If set to false, then layout will not be used by default but it can be used to view data by explicit selection on UI.

Link copied to clipboard

The timestamp of when the layout was most recently updated.

Link copied to clipboard

The unique name of the layout.

Link copied to clipboard

The type of layout that can be used to view data under customer profiles domain.

Link copied to clipboard

The tags used to organize, track, or control access for this resource.

Functions

Link copied to clipboard
inline fun copy(block: LayoutItem.Builder.() -> Unit = {}): LayoutItem
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String