new module:model/ExpirationOffset()
- Source:
Constructs a new ExpirationOffset.
Specify the number of hours after which the form instance expires. For example, if the form expiration is set to 5 days, you should specify 120. The default value is 720 hours (30 days).
Methods
(static) constructFromObject(data, obj) → {module:model/ExpirationOffset}
- Source:
Constructs a ExpirationOffset 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/ExpirationOffset | Optional instance to populate. |
Returns:
The populated ExpirationOffset instance.