Interface: ModifyFolderPayloadDataAttributes
Defined in: model/modifyFolderPayloadDataAttributes.ts:8
The properties of the folder that can be modified.
Export
ModifyFolderPayloadDataAttributes
Properties
name?
optional
name:string
Defined in: model/modifyFolderPayloadDataAttributes.ts:18
The new folder name (1-255 characters).
Avoid using the following reserved characters in the name: <
, >
, :
, "
, /
, \
, |
, ?
, *
, '
, \n
, \r
, \t
, \0
, \f
, ¢
, ™
, $
, ®
.
When a deleted folder is restored, it keeps its original name. However, if a name conflict occurs, you must provide a new unique name for it.
Memberof
ModifyFolderPayloadDataAttributes