ObjVerVersion
TODO
Name | Description | Type |
---|---|---|
type | The type of file version this struct represents. | ObjVerVersionType |
internal_version | Integer which represents version number for managed object. | number |
external_repository_version | String representation of the external version of the object version. | string |
external_repository_sort_key | Sort key which provides ordering for external versions. | number |
Example
{
"type": 7 /* Enum: ObjVerVersionType */,
"internal_version": 0,
"external_repository_version": "<external_repository_version>",
"external_repository_sort_key": 0
}