LibrarySubscriptionsCreateSpecNewSubscribedLibrary
The Subscriptions.CreateSpecNewSubscribedLibrary structure defines the information required to create a new subscribed library.
Properties
boolean
automatic_sync_enabled
Required
Specifies whether the library should participate in automatic library synchronization.
string
description
Optional
Description of the subscribed library. If unset, the description will be an empty string.
string
name
Required
Name of the subscribed library.
boolean
on_demand
Required
Specifies whether a library item’s content will be synchronized only on demand.
array of
LibraryStorageBacking
storage_backings
Required
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.
JSON Example
{
"automatic_sync_enabled": false,
"name": "string",
"on_demand": false,
"storage_backings": [
{}
]
}