forge-apis
Version:
⚠️ Deprecated: This package is no longer maintained. Use 'https://github.com/autodesk-platform-services/aps-sdk-node' instead.
15 lines (11 loc) • 728 B
Markdown
# ForgeSdk.VersionAttributes
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**name** | **String** | filename used when synced to local disk |
**displayName** | **String** | displayable name of the version |
**versionNumber** | **Integer** | version number of this version |
**mimeType** | **String** | mimetype of the version`s content | [optional]
**fileType** | **String** | file type, only present if this version represents a file | [optional]
**storageSize** | **Integer** | file size in bytes, only present if this version represents a file | [optional]
**extension** | [**BaseAttributesExtensionObject**](BaseAttributesExtensionObject.md) | |