VolumesGetResponse200
Table of Contents
- $volumes : array<string|int, Volume>|null
- List of volumes.
- $warnings : array<string|int, string>|null
- Warnings that occurred when fetching the list of volumes.
- getVolumes() : array<string|int, Volume>|null
- List of volumes.
- getWarnings() : array<string|int, string>|null
- Warnings that occurred when fetching the list of volumes.
- setVolumes() : self
- List of volumes.
- setWarnings() : self
- Warnings that occurred when fetching the list of volumes.
Properties
$volumes
List of volumes.
protected
array<string|int, Volume>|null
$volumes
$warnings
Warnings that occurred when fetching the list of volumes.
protected
array<string|int, string>|null
$warnings
Methods
getVolumes()
List of volumes.
public
getVolumes() : array<string|int, Volume>|null
Return values
array<string|int, Volume>|null —getWarnings()
Warnings that occurred when fetching the list of volumes.
public
getWarnings() : array<string|int, string>|null
Return values
array<string|int, string>|null —setVolumes()
List of volumes.
public
setVolumes(array<string|int, Volume>|null $volumes) : self
Parameters
- $volumes : array<string|int, Volume>|null
Return values
self —setWarnings()
Warnings that occurred when fetching the list of volumes.
public
setWarnings(array<string|int, string>|null $warnings) : self
Parameters
- $warnings : array<string|int, string>|null