4.55. VersionedFlow
| Name | Description | Schema |
|---|---|---|
|
bucketIdentifier required |
The identifier of the bucket this items belongs to. This cannot be changed
after the item is created.Example : |
string |
|
bucketName optional read-only |
The name of the bucket this items belongs to.Example :
|
string |
|
createdTimestamp optional read-only |
The timestamp of when the item was created, as milliseconds since
epoch.Minimum value : |
integer (int64) |
|
description optional |
A description of the item.Example : |
string |
|
identifier optional read-only |
An ID to uniquely identify this object.Example :
|
string |
|
link optional |
An WebLink to this entity.Example : |
JaxbLink |
|
modifiedTimestamp optional read-only |
The timestamp of when the item was last modified, as milliseconds since
epoch.Minimum value : |
integer (int64) |
|
name required |
The name of the item.Example : |
string |
|
permissions optional |
The access that the current user has to the bucket containing this
item.Example : |
Permissions |
|
revision optional |
The revision of this entity used for optimistic-locking during
updates.Example : |
RevisionInfo |
|
type required |
The type of item.Example : |
enum (Flow, Bundle) |
|
versionCount optional read-only |
The number of versions of this flow.Minimum value :
|
integer (int64) |
