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
$id
The ID of the created container.
protected
string|null
$id
$warnings
Warnings encountered when creating the container.
protected
array<string|int, string>|null
$warnings
Methods
getId()
The ID of the created container.
public
getId() : string|null
Return values
string|null —getWarnings()
Warnings encountered when creating the container.
public
getWarnings() : array<string|int, string>|null
Return values
array<string|int, string>|null —setId()
The ID of the created container.
public
setId(string|null $id) : self
Parameters
- $id : string|null
Return values
self —setWarnings()
Warnings encountered when creating the container.
public
setWarnings(array<string|int, string>|null $warnings) : self
Parameters
- $warnings : array<string|int, string>|null