You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* @description An array containing the IDs of the Droplets the volume is attached to. Note that at this time, a volume can only be attached to a single Droplet.
15393
15393
* @example []
15394
15394
*/
15395
-
droplet_ids?: readonly number[] | null;
15395
+
droplet_ids?: (readonly number[]) | null;
15396
15396
/**
15397
15397
* @description A human-readable name for the block storage volume. Must be lowercase and be composed only of numbers, letters and "-", up to a limit of 64 characters. The name must begin with a letter.
0 commit comments