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