|
const | DISCRIMINATOR = null |
|
◆ __construct()
InfluxDB2\Model\StackResources::__construct |
( |
array | $data = null | ) |
|
Constructor
- Parameters
-
mixed[] | $data | Associated array of property values initializing the model |
◆ __toString()
InfluxDB2\Model\StackResources::__toString |
( |
| ) |
|
Gets the string presentation of the object
- Returns
- string
◆ attributeMap()
static InfluxDB2\Model\StackResources::attributeMap |
( |
| ) |
|
|
static |
◆ getApiVersion()
InfluxDB2\Model\StackResources::getApiVersion |
( |
| ) |
|
Gets api_version
- Returns
- string|null
◆ getAssociations()
InfluxDB2\Model\StackResources::getAssociations |
( |
| ) |
|
Gets associations
- Returns
- \InfluxDB2\Model\StackAssociations[]|null
◆ getKind()
InfluxDB2\Model\StackResources::getKind |
( |
| ) |
|
Gets kind
- Returns
- \InfluxDB2\Model\TemplateKind|null
◆ getLinks()
InfluxDB2\Model\StackResources::getLinks |
( |
| ) |
|
Gets links
- Returns
- \InfluxDB2\Model\StackLinks|null
◆ getModelName()
InfluxDB2\Model\StackResources::getModelName |
( |
| ) |
|
◆ getResourceId()
InfluxDB2\Model\StackResources::getResourceId |
( |
| ) |
|
Gets resource_id
- Returns
- string|null
◆ getTemplateMetaName()
InfluxDB2\Model\StackResources::getTemplateMetaName |
( |
| ) |
|
Gets template_meta_name
- Returns
- string|null
◆ getters()
static InfluxDB2\Model\StackResources::getters |
( |
| ) |
|
|
static |
◆ listInvalidProperties()
InfluxDB2\Model\StackResources::listInvalidProperties |
( |
| ) |
|
◆ offsetExists()
InfluxDB2\Model\StackResources::offsetExists |
( |
| $offset | ) |
|
Returns true if offset exists. False otherwise.
- Parameters
-
- Returns
- boolean
◆ offsetGet()
InfluxDB2\Model\StackResources::offsetGet |
( |
| $offset | ) |
|
Gets offset.
- Parameters
-
- Returns
- mixed
◆ offsetSet()
InfluxDB2\Model\StackResources::offsetSet |
( |
| $offset, |
|
|
| $value ) |
Sets value based on offset.
- Parameters
-
integer | $offset | Offset |
mixed | $value | Value to be set |
- Returns
- void
◆ offsetUnset()
InfluxDB2\Model\StackResources::offsetUnset |
( |
| $offset | ) |
|
Unsets offset.
- Parameters
-
- Returns
- void
◆ openAPIFormats()
static InfluxDB2\Model\StackResources::openAPIFormats |
( |
| ) |
|
|
static |
◆ openAPITypes()
static InfluxDB2\Model\StackResources::openAPITypes |
( |
| ) |
|
|
static |
◆ setApiVersion()
InfluxDB2\Model\StackResources::setApiVersion |
( |
| $api_version | ) |
|
Sets api_version
- Parameters
-
string | null | $api_version | api_version |
- Returns
- $this
◆ setAssociations()
InfluxDB2\Model\StackResources::setAssociations |
( |
| $associations | ) |
|
Sets associations
- Parameters
-
\InfluxDB2\Model\StackAssociations[] | null | $associations | associations |
- Returns
- $this
◆ setKind()
InfluxDB2\Model\StackResources::setKind |
( |
| $kind | ) |
|
Sets kind
- Parameters
-
\InfluxDB2\Model\TemplateKind | null | $kind | kind |
- Returns
- $this
◆ setLinks()
InfluxDB2\Model\StackResources::setLinks |
( |
| $links | ) |
|
Sets links
- Parameters
-
\InfluxDB2\Model\StackLinks | null | $links | links |
- Returns
- $this
◆ setResourceId()
InfluxDB2\Model\StackResources::setResourceId |
( |
| $resource_id | ) |
|
Sets resource_id
- Parameters
-
string | null | $resource_id | resource_id |
- Returns
- $this
◆ setTemplateMetaName()
InfluxDB2\Model\StackResources::setTemplateMetaName |
( |
| $template_meta_name | ) |
|
Sets template_meta_name
- Parameters
-
string | null | $template_meta_name | template_meta_name |
- Returns
- $this
◆ setters()
static InfluxDB2\Model\StackResources::setters |
( |
| ) |
|
|
static |
◆ valid()
InfluxDB2\Model\StackResources::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\StackResources::$attributeMap |
|
staticprotected |
Initial value:= [
'api_version' => 'apiVersion',
'resource_id' => 'resourceID',
'kind' => 'kind',
'template_meta_name' => 'templateMetaName',
'associations' => 'associations',
'links' => 'links'
]
◆ $getters
InfluxDB2\Model\StackResources::$getters |
|
staticprotected |
Initial value:= [
'api_version' => 'getApiVersion',
'resource_id' => 'getResourceId',
'kind' => 'getKind',
'template_meta_name' => 'getTemplateMetaName',
'associations' => 'getAssociations',
'links' => 'getLinks'
]
◆ $openAPIFormats
InfluxDB2\Model\StackResources::$openAPIFormats |
|
staticprotected |
Initial value:= [
'api_version' => null,
'resource_id' => null,
'kind' => null,
'template_meta_name' => null,
'associations' => null,
'links' => null
]
◆ $openAPITypes
InfluxDB2\Model\StackResources::$openAPITypes |
|
staticprotected |
Initial value:= [
'api_version' => 'string',
'resource_id' => 'string',
'kind' => '\InfluxDB2\Model\TemplateKind',
'template_meta_name' => 'string',
'associations' => '\InfluxDB2\Model\StackAssociations[]',
'links' => '\InfluxDB2\Model\StackLinks'
]
◆ $setters
InfluxDB2\Model\StackResources::$setters |
|
staticprotected |
Initial value:= [
'api_version' => 'setApiVersion',
'resource_id' => 'setResourceId',
'kind' => 'setKind',
'template_meta_name' => 'setTemplateMetaName',
'associations' => 'setAssociations',
'links' => 'setLinks'
]
The documentation for this class was generated from the following file:
- src/InfluxDB2/Model/StackResources.php