Skip to main content

CreateObjectRequest

The CreateObjectRequest class represents a request to create a new object in the document management system.

This class extends BaseDocumentManagementRequest and includes properties for the object's name, description, creator, and creation date.

Properties

NameDescription
DescriptionThe description of the object to be created, in multiple languages.
NameThe name of the object to be created, in multiple languages.
CreatedAtThe date and time when the object was created.
CreatedByThe identifier of the user who created the object.

Constructors

NameDescription
CreateObjectRequest()Initializes a new instance of the CreateObjectRequest class.
CreateObjectRequest(name, description, createdBy, createdAt)Initializes a new instance of the CreateObjectRequest class with the specified details.
CreateObjectRequest()Initializes a new instance of the CreateObjectRequest class.
CreateObjectRequest(name, description)Initializes a new instance of the CreateObjectRequest class with the specified name and description.