|
|
const | DISCRIMINATOR = null |
| |
◆ __construct()
| InfluxDB2\Model\ScriptInvocationParams::__construct |
( |
?array | $data = null | ) |
|
Constructor
- Parameters
-
| mixed[] | $data | Associated array of property values initializing the model |
◆ __toString()
| InfluxDB2\Model\ScriptInvocationParams::__toString |
( |
| ) |
|
Gets the string presentation of the object
- Returns
- string
◆ attributeMap()
| static InfluxDB2\Model\ScriptInvocationParams::attributeMap |
( |
| ) |
|
|
static |
◆ getModelName()
| InfluxDB2\Model\ScriptInvocationParams::getModelName |
( |
| ) |
|
◆ getParams()
| InfluxDB2\Model\ScriptInvocationParams::getParams |
( |
| ) |
|
Gets params
- Returns
- map[string,object]|null
◆ getters()
| static InfluxDB2\Model\ScriptInvocationParams::getters |
( |
| ) |
|
|
static |
◆ listInvalidProperties()
| InfluxDB2\Model\ScriptInvocationParams::listInvalidProperties |
( |
| ) |
|
◆ offsetExists()
| InfluxDB2\Model\ScriptInvocationParams::offsetExists |
( |
| $offset | ) |
|
Returns true if offset exists. False otherwise.
- Parameters
-
- Returns
- boolean
◆ offsetGet()
| InfluxDB2\Model\ScriptInvocationParams::offsetGet |
( |
| $offset | ) |
|
Gets offset.
- Parameters
-
- Returns
- mixed
◆ offsetSet()
| InfluxDB2\Model\ScriptInvocationParams::offsetSet |
( |
| $offset, |
|
|
| $value ) |
Sets value based on offset.
- Parameters
-
| integer | $offset | Offset |
| mixed | $value | Value to be set |
- Returns
- void
◆ offsetUnset()
| InfluxDB2\Model\ScriptInvocationParams::offsetUnset |
( |
| $offset | ) |
|
Unsets offset.
- Parameters
-
- Returns
- void
◆ openAPIFormats()
| static InfluxDB2\Model\ScriptInvocationParams::openAPIFormats |
( |
| ) |
|
|
static |
◆ openAPITypes()
| static InfluxDB2\Model\ScriptInvocationParams::openAPITypes |
( |
| ) |
|
|
static |
◆ setParams()
| InfluxDB2\Model\ScriptInvocationParams::setParams |
( |
| $params | ) |
|
Sets params
- Parameters
-
| map[string,object]|null | $params The script parameters. params contains key-value pairs that map values to the params.keys in a script. When you invoke a script with params, InfluxDB passes the values as invocation parameters to the script. |
- Returns
- $this
◆ setters()
| static InfluxDB2\Model\ScriptInvocationParams::setters |
( |
| ) |
|
|
static |
◆ valid()
| InfluxDB2\Model\ScriptInvocationParams::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\ScriptInvocationParams::$attributeMap |
|
staticprotected |
Initial value:= [
'params' => 'params'
]
◆ $getters
| InfluxDB2\Model\ScriptInvocationParams::$getters |
|
staticprotected |
Initial value:= [
'params' => 'getParams'
]
◆ $openAPIFormats
| InfluxDB2\Model\ScriptInvocationParams::$openAPIFormats |
|
staticprotected |
◆ $openAPITypes
| InfluxDB2\Model\ScriptInvocationParams::$openAPITypes |
|
staticprotected |
Initial value:= [
'params' => 'map[string,object]'
]
◆ $setters
| InfluxDB2\Model\ScriptInvocationParams::$setters |
|
staticprotected |
Initial value:= [
'params' => 'setParams'
]
The documentation for this class was generated from the following file:
- src/InfluxDB2/Model/ScriptInvocationParams.php