Interface: ItemAttributes
Defined in: model/itemAttributes.ts:9
Properties of an item.
Export
ItemAttributes
Properties
createTime
createTime:
string
Defined in: model/itemAttributes.ts:22
The time that the resource was created at.
Memberof
ItemAttributes
createUserId
createUserId:
string
Defined in: model/itemAttributes.ts:28
The ID of the user that created the version.
Memberof
ItemAttributes
createUserName
createUserName:
string
Defined in: model/itemAttributes.ts:34
The user name of the user that created the version.
Memberof
ItemAttributes
displayName
displayName:
string
Defined in: model/itemAttributes.ts:16
A human friendly name to identify the item.
Note that for BIM 360 projects, this attribute is reserved for future releases and should not be used. Use a version’s attributes.name
for the file name.
Memberof
ItemAttributes
extension
extension:
ItemExtensionWithSchemaLink
Defined in: model/itemAttributes.ts:96
Memberof
ItemAttributes
lastModifiedTime
lastModifiedTime:
string
Defined in: model/itemAttributes.ts:40
The time that the version was last modified.
Memberof
ItemAttributes
lastModifiedUserId
lastModifiedUserId:
string
Defined in: model/itemAttributes.ts:46
The ID of the user that last modified the version.
Memberof
ItemAttributes
lastModifiedUserName
lastModifiedUserName:
string
Defined in: model/itemAttributes.ts:52
The user name of the user that last modified the version.
Memberof
ItemAttributes
reserved?
optional
reserved:boolean
Defined in: model/itemAttributes.ts:72
true
: The file is locked.
false
The file is not locked.
Note: You can lock BIM 360 Project Files folder files and A360 files, but you cannot lock BIM 360 Plans Folder files.
Memberof
ItemAttributes
reservedTime?
optional
reservedTime:string
Defined in: model/itemAttributes.ts:78
The time the item was reserved in the following format: YYYY-MM-DDThh:mm:ss.sz
.
Memberof
ItemAttributes
reservedUserId?
optional
reservedUserId:string
Defined in: model/itemAttributes.ts:84
The unique identifier of the user who reserved the item.
Memberof
ItemAttributes
reservedUserName?
optional
reservedUserName:string
Defined in: model/itemAttributes.ts:90
The name of the user who reserved the item.
Memberof
ItemAttributes