LoadParameters Class
Parameters required for content load.
All required parameters must be populated in order to send to server.
Constructor
LoadParameters(*, content_paths: List[str], **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
content_paths
|
The path to the content to be loaded. Path should be a relative file URL of the origin. Required. |