|
const | DISCRIMINATOR = null |
|
◆ __construct()
InfluxDB2\Model\PatchDashboardRequest::__construct |
( |
array | $data = null | ) |
|
Constructor
- Parameters
-
mixed[] | $data | Associated array of property values initializing the model |
◆ __toString()
InfluxDB2\Model\PatchDashboardRequest::__toString |
( |
| ) |
|
Gets the string presentation of the object
- Returns
- string
◆ attributeMap()
static InfluxDB2\Model\PatchDashboardRequest::attributeMap |
( |
| ) |
|
|
static |
◆ getCells()
InfluxDB2\Model\PatchDashboardRequest::getCells |
( |
| ) |
|
Gets cells
- Returns
- \InfluxDB2\Model\CellWithViewProperties|null
◆ getDescription()
InfluxDB2\Model\PatchDashboardRequest::getDescription |
( |
| ) |
|
Gets description
- Returns
- string|null
◆ getModelName()
InfluxDB2\Model\PatchDashboardRequest::getModelName |
( |
| ) |
|
◆ getName()
InfluxDB2\Model\PatchDashboardRequest::getName |
( |
| ) |
|
Gets name
- Returns
- string|null
◆ getters()
static InfluxDB2\Model\PatchDashboardRequest::getters |
( |
| ) |
|
|
static |
◆ listInvalidProperties()
InfluxDB2\Model\PatchDashboardRequest::listInvalidProperties |
( |
| ) |
|
◆ offsetExists()
InfluxDB2\Model\PatchDashboardRequest::offsetExists |
( |
| $offset | ) |
|
Returns true if offset exists. False otherwise.
- Parameters
-
- Returns
- boolean
◆ offsetGet()
InfluxDB2\Model\PatchDashboardRequest::offsetGet |
( |
| $offset | ) |
|
Gets offset.
- Parameters
-
- Returns
- mixed
◆ offsetSet()
InfluxDB2\Model\PatchDashboardRequest::offsetSet |
( |
| $offset, |
|
|
| $value ) |
Sets value based on offset.
- Parameters
-
integer | $offset | Offset |
mixed | $value | Value to be set |
- Returns
- void
◆ offsetUnset()
InfluxDB2\Model\PatchDashboardRequest::offsetUnset |
( |
| $offset | ) |
|
Unsets offset.
- Parameters
-
- Returns
- void
◆ openAPIFormats()
static InfluxDB2\Model\PatchDashboardRequest::openAPIFormats |
( |
| ) |
|
|
static |
◆ openAPITypes()
static InfluxDB2\Model\PatchDashboardRequest::openAPITypes |
( |
| ) |
|
|
static |
◆ setCells()
InfluxDB2\Model\PatchDashboardRequest::setCells |
( |
| $cells | ) |
|
Sets cells
- Parameters
-
\InfluxDB2\Model\CellWithViewProperties | null | $cells | cells |
- Returns
- $this
◆ setDescription()
InfluxDB2\Model\PatchDashboardRequest::setDescription |
( |
| $description | ) |
|
Sets description
- Parameters
-
string | null | $description | optional, when provided will replace the description |
- Returns
- $this
◆ setName()
InfluxDB2\Model\PatchDashboardRequest::setName |
( |
| $name | ) |
|
Sets name
- Parameters
-
string | null | $name | optional, when provided will replace the name |
- Returns
- $this
◆ setters()
static InfluxDB2\Model\PatchDashboardRequest::setters |
( |
| ) |
|
|
static |
◆ valid()
InfluxDB2\Model\PatchDashboardRequest::valid |
( |
| ) |
|
Validate all the properties in the model return true if all passed
- Returns
- bool True if all properties are valid
Implements InfluxDB2\Model\ModelInterface.
◆ $attributeMap
InfluxDB2\Model\PatchDashboardRequest::$attributeMap |
|
staticprotected |
Initial value:= [
'name' => 'name',
'description' => 'description',
'cells' => 'cells'
]
◆ $getters
InfluxDB2\Model\PatchDashboardRequest::$getters |
|
staticprotected |
Initial value:= [
'name' => 'getName',
'description' => 'getDescription',
'cells' => 'getCells'
]
◆ $openAPIFormats
InfluxDB2\Model\PatchDashboardRequest::$openAPIFormats |
|
staticprotected |
Initial value:= [
'name' => null,
'description' => null,
'cells' => null
]
◆ $openAPITypes
InfluxDB2\Model\PatchDashboardRequest::$openAPITypes |
|
staticprotected |
Initial value:= [
'name' => 'string',
'description' => 'string',
'cells' => '\InfluxDB2\Model\CellWithViewProperties'
]
◆ $setters
InfluxDB2\Model\PatchDashboardRequest::$setters |
|
staticprotected |
Initial value:= [
'name' => 'setName',
'description' => 'setDescription',
'cells' => 'setCells'
]
The documentation for this class was generated from the following file:
- src/InfluxDB2/Model/PatchDashboardRequest.php