DynamicField

interface DynamicField

Types

Link copied to clipboard
sealed class DynamicFieldKind

Properties

Link copied to clipboard
abstract val childId: String?

The ObjectId of the child object when a child is a dynamic object field.

Link copied to clipboard
abstract val childObject: Object

The object itself when a child is a dynamic object field.

Link copied to clipboard
abstract val fieldId: String?

ObjectId of this dynamic field.

Link copied to clipboard
abstract val fieldObject: Object

The field object itself

Link copied to clipboard
Link copied to clipboard
abstract val name: Bcs

The dynamic field's "name"

Link copied to clipboard
abstract val parent: String?

ObjectId of this dynamic field's parent.

Link copied to clipboard

Returns the field-presence view for this DynamicField instance.

Link copied to clipboard
abstract val value: Bcs

The dynamic field's "value"

Link copied to clipboard
abstract val valueType: String?

The type of the dynamic field "value".

Functions

Link copied to clipboard
Link copied to clipboard
fun DynamicField.copy(body: <Error class: unknown class>.() -> Unit = {}): DynamicField

Copies the original message, including unknown fields.