NetworksCreatePostResponse201
Table of Contents
- $id : string|null
- The ID of the created network.
- $warning : string|null
- getId() : string|null
- The ID of the created network.
- getWarning() : string|null
- setId() : self
- The ID of the created network.
- setWarning() : self
Properties
$id
The ID of the created network.
protected
string|null
$id
$warning
protected
string|null
$warning
Methods
getId()
The ID of the created network.
public
getId() : string|null
Return values
string|null —getWarning()
public
getWarning() : string|null
Return values
string|null —setId()
The ID of the created network.
public
setId(string|null $id) : self
Parameters
- $id : string|null
Return values
self —setWarning()
public
setWarning(string|null $warning) : self
Parameters
- $warning : string|null