module:model/WebFormInstanceMetadata

module:model/WebFormInstanceMetadata

new module:model/WebFormInstanceMetadata(expirationDateTime, createdDateTime, createdBy)

Source:

Constructs a new WebFormInstanceMetadata.
Web Form Instance metadata containing information like created by, created time, etc.

Parameters:
Name Type Description
expirationDateTime String
createdDateTime String
createdBy module:model/WebFormUserInfo

The user that created the Web Form Instance

Members

(inner) createdBy :module:model/WebFormUserInfo

Source:

The user that created the Web Form Instance

Type:

(inner) createdDateTime :String

Source:
Type:
  • String

(inner) expirationDateTime :String

Source:
Type:
  • String

(inner) lastModifiedBy :module:model/WebFormUserInfo

Source:

The user that last modified the Web Form Instance

Type:

(inner) lastModifiedDateTime :String

Source:
Type:
  • String

Methods

(static) constructFromObject(data, obj) → {module:model/WebFormInstanceMetadata}

Source:

Constructs a WebFormInstanceMetadata 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.

Parameters:
Name Type Description
data Object

The plain JavaScript object bearing properties of interest.

obj module:model/WebFormInstanceMetadata

Optional instance to populate.

Returns:

The populated WebFormInstanceMetadata instance.

Type
module:model/WebFormInstanceMetadata