Documentation

ContainersCreatePostResponse201

Table of Contents

$id  : string|null
The ID of the created container.
$warnings  : array<string|int, string>|null
Warnings encountered when creating the container.
getId()  : string|null
The ID of the created container.
getWarnings()  : array<string|int, string>|null
Warnings encountered when creating the container.
setId()  : self
The ID of the created container.
setWarnings()  : self
Warnings encountered when creating the container.

Properties

Methods

getWarnings()

Warnings encountered when creating the container.

public getWarnings() : array<string|int, string>|null
Return values
array<string|int, string>|null

setWarnings()

Warnings encountered when creating the container.

public setWarnings(array<string|int, string>|null $warnings) : self
Parameters
$warnings : array<string|int, string>|null
Return values
self

Search results