AttributeToUpdate

class AttributeToUpdate


Represents a single attribute to update.

Summary

Public constructors

AttributeToUpdate(fieldIdentifier: Field, newValue: Any?)

Create an AttributeToUpdate instance.

Public properties

Field

The field ID.

Any?

The new value.

Public constructors

AttributeToUpdate

AttributeToUpdate(fieldIdentifier: Field, newValue: Any?)

Create an AttributeToUpdate instance.

Public properties

fieldIdentifier

val fieldIdentifierField

The field ID.

newValue

val newValueAny?

The new value.