|
const | DISCRIMINATOR = null |
|
◆ __construct()
InfluxDB2\Model\LabelUpdate::__construct |
( |
array | $data = null | ) |
|
Constructor
- Parameters
-
mixed[] | $data | Associated array of property values initializing the model |
◆ __toString()
InfluxDB2\Model\LabelUpdate::__toString |
( |
| ) |
|
Gets the string presentation of the object
- Returns
- string
◆ attributeMap()
static InfluxDB2\Model\LabelUpdate::attributeMap |
( |
| ) |
|
|
static |
◆ getModelName()
InfluxDB2\Model\LabelUpdate::getModelName |
( |
| ) |
|
◆ getName()
InfluxDB2\Model\LabelUpdate::getName |
( |
| ) |
|
Gets name
- Returns
- string|null
◆ getProperties()
InfluxDB2\Model\LabelUpdate::getProperties |
( |
| ) |
|
Gets properties
- Returns
- map[string,string]|null
◆ getters()
static InfluxDB2\Model\LabelUpdate::getters |
( |
| ) |
|
|
static |
◆ listInvalidProperties()
InfluxDB2\Model\LabelUpdate::listInvalidProperties |
( |
| ) |
|
◆ offsetExists()
InfluxDB2\Model\LabelUpdate::offsetExists |
( |
| $offset | ) |
|
Returns true if offset exists. False otherwise.
- Parameters
-
- Returns
- boolean
◆ offsetGet()
InfluxDB2\Model\LabelUpdate::offsetGet |
( |
| $offset | ) |
|
Gets offset.
- Parameters
-
- Returns
- mixed
◆ offsetSet()
InfluxDB2\Model\LabelUpdate::offsetSet |
( |
| $offset, |
|
|
| $value ) |
Sets value based on offset.
- Parameters
-
integer | $offset | Offset |
mixed | $value | Value to be set |
- Returns
- void
◆ offsetUnset()
InfluxDB2\Model\LabelUpdate::offsetUnset |
( |
| $offset | ) |
|
Unsets offset.
- Parameters
-
- Returns
- void
◆ openAPIFormats()
static InfluxDB2\Model\LabelUpdate::openAPIFormats |
( |
| ) |
|
|
static |
◆ openAPITypes()
static InfluxDB2\Model\LabelUpdate::openAPITypes |
( |
| ) |
|
|
static |
◆ setName()
InfluxDB2\Model\LabelUpdate::setName |
( |
| $name | ) |
|
Sets name
- Parameters
-
- Returns
- $this
◆ setProperties()
InfluxDB2\Model\LabelUpdate::setProperties |
( |
| $properties | ) |
|
Sets properties
- Parameters
-
map[string,string]|null | $properties properties |
- Returns
- $this
◆ setters()
static InfluxDB2\Model\LabelUpdate::setters |
( |
| ) |
|
|
static |
◆ valid()
InfluxDB2\Model\LabelUpdate::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\LabelUpdate::$attributeMap |
|
staticprotected |
Initial value:= [
'name' => 'name',
'properties' => 'properties'
]
◆ $getters
InfluxDB2\Model\LabelUpdate::$getters |
|
staticprotected |
Initial value:= [
'name' => 'getName',
'properties' => 'getProperties'
]
◆ $openAPIFormats
InfluxDB2\Model\LabelUpdate::$openAPIFormats |
|
staticprotected |
Initial value:= [
'name' => null,
'properties' => null
]
◆ $openAPITypes
InfluxDB2\Model\LabelUpdate::$openAPITypes |
|
staticprotected |
Initial value:= [
'name' => 'string',
'properties' => 'map[string,string]'
]
◆ $setters
InfluxDB2\Model\LabelUpdate::$setters |
|
staticprotected |
Initial value:= [
'name' => 'setName',
'properties' => 'setProperties'
]
The documentation for this class was generated from the following file:
- src/InfluxDB2/Model/LabelUpdate.php