PropertyBatchDescriptionList Class

Describes a list of property batch operations to be executed. Either all or none of the operations will be committed.

Inheritance
PropertyBatchDescriptionList

Constructor

PropertyBatchDescriptionList(*, operations=None, **kwargs)

Parameters

operations
list[PropertyBatchOperation]
Required

A list of the property batch operations to be executed.