new PatchCollection(copyData)
Represents a collection of patch instructions
Parameters:
Name | Type | Description |
---|---|---|
copyData |
PatchCollection | Copy constructor (if present) |
Properties:
Name | Type | Description |
---|---|---|
patch |
Patch | Gets or sets the patches |
modifiedOn |
Date | |
id |
string | Gets or sets the primary identifying UUID of this object |
operation |
BatchOperationType | Gets or sets the operation(see: BatchOperationType for values) |
$type |
string | Gets the type registration of this object |
Extends
Members
id :string
Gets or sets the primary identifying UUID of this object
Type:
- string
- Overrides:
- Source:
modifiedOn :Date
Type:
- Date
- Overrides:
- Source:
operation :BatchOperationType
Gets or sets the operation
Type:
- Overrides:
- Source:
patch :Patch
Gets or sets the patches