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