Class: module:model/BaseAttributesCreatedUpdatedAttributes

module:model/BaseAttributesCreatedUpdatedAttributes(createTime, createUserId, lastModifiedTime, lastModifiedUserId, theData, obj)

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.

Source:

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.

Source:

(inner) createTime :Date

Type:
  • Date
Source:

(inner) createUserId :String

Type:
  • String
Source:

(inner) lastModifiedTime :Date

Type:
  • Date
Source:

(inner) lastModifiedUserId :String

Type:
  • String
Source: