Documentation

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

$warnings

Warnings that occurred when fetching the list of volumes.

protected array<string|int, string>|null $warnings

Methods

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
Return values
self

Search results