ServicesCreatePostResponse201
Table of Contents
- $iD : string|null
- The ID of the created service.
- $warning : string|null
- Optional warning message.
- getID() : string|null
- The ID of the created service.
- getWarning() : string|null
- Optional warning message.
- setID() : self
- The ID of the created service.
- setWarning() : self
- Optional warning message.
Properties
$iD
The ID of the created service.
protected
string|null
$iD
$warning
Optional warning message.
protected
string|null
$warning
Methods
getID()
The ID of the created service.
public
getID() : string|null
Return values
string|null —getWarning()
Optional warning message.
public
getWarning() : string|null
Return values
string|null —setID()
The ID of the created service.
public
setID(string|null $iD) : self
Parameters
- $iD : string|null
Return values
self —setWarning()
Optional warning message.
public
setWarning(string|null $warning) : self
Parameters
- $warning : string|null