DiskList Class
The List Disks operation response.
All required parameters must be populated in order to send to server.
Constructor
DiskList(*, value: list['_models.Disk'], next_link: str | None = None, **kwargs: Any)
Keyword-Only Parameters
| Name | Description |
|---|---|
|
value
|
The Disk items on this page. Required. |
|
next_link
|
The link to the next page of items. Default value: None
|