RegionOperation

class RegionOperation(val regionId: Region.Id, val type: RegionOperation.Type, val source: RegionOperation.Source)

Represents an operation that can be performed on a Region.

Constructors

Link copied to clipboard
constructor(regionId: Region.Id, type: RegionOperation.Type, source: RegionOperation.Source)

Types

Link copied to clipboard
value class Source

The source of RegionOperation, indicating how the operation was triggered.

Link copied to clipboard
value class Type

The type of RegionOperation.

Properties

Link copied to clipboard

The identifier of the region on which the operation will be performed.

Link copied to clipboard

The source of the operation, indicating whether it was triggered manually or automatically.

Link copied to clipboard

The type of operation to perform.

Functions

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