Library_Subscriptions_CreateSpecNewSubscribedLibrary
The Subscriptions.CreateSpecNewSubscribedLibrary structure defines the information required to create a new subscribed library.
{
"name": "string",
"description": "string",
"storage_backings": [
{
"type": "string",
"datastore_id": "string",
"storage_uri": "string"
}
],
"automatic_sync_enabled": false,
"on_demand": false
}
Name of the subscribed library.
Description of the subscribed library. If unset, the description will be an empty string.
The list of default storage backings for this library. The list must contain exactly one storage backing. Multiple default storage locations are not currently supported but may become supported in future releases.
Specifies whether the library should participate in automatic library synchronization.
Specifies whether a library item's content will be synchronized only on demand.