new module:model/SettingsMetadata()
- Source:
Constructs a new SettingsMetadata.
Metadata that indicates whether a property is editable and describes setting-specific options.
Members
(inner) is21CFRPart11 :String
- Source:
When set to true, indicates that this module is enabled on the account.
Type:
- String
(inner) options :Array.<String>
- Source:
Type:
- Array.<String>
(inner) rights :String
- Source:
Type:
- String
(inner) uiHint :String
- Source:
Type:
- String
(inner) uiOrder :String
- Source:
Type:
- String
(inner) uiType :String
- Source:
Type:
- String
Methods
(static) constructFromObject(data, obj) → {module:model/SettingsMetadata}
- Source:
Constructs a SettingsMetadata 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/SettingsMetadata | Optional instance to populate. |
Returns:
The populated SettingsMetadata instance.