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