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
Name | Description |
---|---|
Description | The description of the object to be created, in multiple languages. |
Name | The name of the object to be created, in multiple languages. |
CreatedAt | The date and time when the object was created. |
CreatedBy | The identifier of the user who created the object. |
Constructors
Name | Description |
---|---|
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. |