Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 1.45 KB

VersionedFlow.md

File metadata and controls

20 lines (17 loc) · 1.45 KB

VersionedFlow

Properties

Name Type Description Notes
BucketIdentifier string The identifier of the bucket this items belongs to. This cannot be changed after the item is created. [default to null]
BucketName string The name of the bucket this items belongs to. [optional] [default to null]
CreatedTimestamp int64 The timestamp of when the item was created, as milliseconds since epoch. [optional] [default to null]
Description string A description of the item. [optional] [default to null]
Identifier string An ID to uniquely identify this object. [default to null]
Link *Link [optional] [default to null]
ModifiedTimestamp int64 The timestamp of when the item was last modified, as milliseconds since epoch. [optional] [default to null]
Name string The name of the item. [default to null]
Permissions *Permissions [optional] [default to null]
Revision *RevisionInfo [optional] [default to null]
Type_ string The type of item. [default to null]
VersionCount int64 The number of versions of this flow. [optional] [default to null]

[Back to Model list] [Back to API list] [Back to README]