new module:model/BaseAttributesCreatedUpdatedAttributes(createTime, createUserId, lastModifiedTime, lastModifiedUserId, theData, obj)
Constructs a new BaseAttributesCreatedUpdatedAttributes.
Parameters:
| Name | Type | Description |
|---|---|---|
createTime |
Date | |
createUserId |
String | |
lastModifiedTime |
Date | |
lastModifiedUserId |
String | |
theData |
Object | The plain JavaScript object bearing properties of interest. |
obj |
module:model/BaseAttributesCreatedUpdatedAttributes | Optional instance to populate. |
Members
(static) constructFromObject
Constructs a BaseAttributesCreatedUpdatedAttributes from a plain JavaScript object, optionally creating a new instance.
Copies all relevant properties from data to obj if supplied or a new instance if not.
(inner) createTime :Date
Type:
- Date
(inner) createUserId :String
Type:
- String
(inner) lastModifiedTime :Date
Type:
- Date
(inner) lastModifiedUserId :String
Type:
- String