new module:model/ExternalDocumentSources()
- Source:
Constructs a new ExternalDocumentSources.
A complex object specifying the external document sources.
Members
(inner) boxnetEnabled :String
- Source:
Type:
- String
(inner) boxnetMetadata :module:model/SettingsMetadata
- Source:
Metadata indicating whether the boxnetEnabled property is editable.
Type:
(inner) dropboxEnabled :String
- Source:
Type:
- String
(inner) dropboxMetadata :module:model/SettingsMetadata
- Source:
Metadata indicating whether the dropboxEnabled property is editable.
Type:
(inner) googleDriveEnabled :String
- Source:
Type:
- String
(inner) googleDriveMetadata :module:model/SettingsMetadata
- Source:
Metadata indicating whether the googleDriveEnabled property is editable.
Type:
(inner) oneDriveEnabled :String
- Source:
Type:
- String
(inner) oneDriveMetadata :module:model/SettingsMetadata
- Source:
Metadata indicating whether the oneDriveEnabled property is editable.
Type:
(inner) salesforceEnabled :String
- Source:
Type:
- String
(inner) salesforceMetadata :module:model/SettingsMetadata
- Source:
Metadata indicating whether the salesforceEnabled property is editable.
Type:
Methods
(static) constructFromObject(data, obj) → {module:model/ExternalDocumentSources}
- Source:
Constructs a ExternalDocumentSources 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/ExternalDocumentSources | Optional instance to populate. |
Returns:
The populated ExternalDocumentSources instance.