Resource Type Object


A resource type is a classification of resources, e.g. room, equipment or vehicle.

Properties
idstringRead-onlyformat GUID

Resource type ID.


revisionintegerRead-onlyformat int64

Revision number, which increments by 1 each time the resource type is updated. To prevent conflicting changes, the current revision must be passed when updating the resource type.


createdDatestringRead-onlyformat date-time

Represents the time in YYYY-MM-DDThh:mm:ss.sssZ format this resource type was created.


updatedDatestringRead-onlyformat date-time

Represents the time in YYYY-MM-DDThh:mm:ss.sssZ format this resource type was last updated.


namestringmaxLength 40minLength 1

The name of this resource type, for example meeting room. The name must be unique per site.


extendedFieldsExtendedFields

Extensions enabling users to save custom data related to the resource type.

Did this help?