|
const | DISCRIMINATOR = null |
|
const | TYPE_MARKDOWN = 'markdown' |
|
const | SHAPE_CHRONOGRAF_V2 = 'chronograf-v2' |
|
const | DISCRIMINATOR = null |
|
◆ __construct()
InfluxDB2\Model\MarkdownViewProperties::__construct |
( |
array | $data = null | ) |
|
◆ __toString()
InfluxDB2\Model\MarkdownViewProperties::__toString |
( |
| ) |
|
◆ attributeMap()
static InfluxDB2\Model\MarkdownViewProperties::attributeMap |
( |
| ) |
|
|
static |
Array of attributes where the key is the local name, and the value is the original name
- Returns
- array
Reimplemented from InfluxDB2\Model\ViewProperties.
◆ getModelName()
InfluxDB2\Model\MarkdownViewProperties::getModelName |
( |
| ) |
|
◆ getNote()
InfluxDB2\Model\MarkdownViewProperties::getNote |
( |
| ) |
|
◆ getShape()
InfluxDB2\Model\MarkdownViewProperties::getShape |
( |
| ) |
|
◆ getShapeAllowableValues()
InfluxDB2\Model\MarkdownViewProperties::getShapeAllowableValues |
( |
| ) |
|
Gets allowable values of the enum
- Returns
- string[]
◆ getters()
static InfluxDB2\Model\MarkdownViewProperties::getters |
( |
| ) |
|
|
static |
◆ getType()
InfluxDB2\Model\MarkdownViewProperties::getType |
( |
| ) |
|
◆ getTypeAllowableValues()
InfluxDB2\Model\MarkdownViewProperties::getTypeAllowableValues |
( |
| ) |
|
Gets allowable values of the enum
- Returns
- string[]
◆ listInvalidProperties()
InfluxDB2\Model\MarkdownViewProperties::listInvalidProperties |
( |
| ) |
|
◆ offsetExists()
InfluxDB2\Model\MarkdownViewProperties::offsetExists |
( |
| $offset | ) |
|
◆ offsetGet()
InfluxDB2\Model\MarkdownViewProperties::offsetGet |
( |
| $offset | ) |
|
◆ offsetSet()
InfluxDB2\Model\MarkdownViewProperties::offsetSet |
( |
| $offset, |
|
|
| $value ) |
◆ offsetUnset()
InfluxDB2\Model\MarkdownViewProperties::offsetUnset |
( |
| $offset | ) |
|
◆ openAPIFormats()
static InfluxDB2\Model\MarkdownViewProperties::openAPIFormats |
( |
| ) |
|
|
static |
◆ openAPITypes()
static InfluxDB2\Model\MarkdownViewProperties::openAPITypes |
( |
| ) |
|
|
static |
◆ setNote()
InfluxDB2\Model\MarkdownViewProperties::setNote |
( |
| $note | ) |
|
Sets note
- Parameters
-
- Returns
- $this
◆ setShape()
InfluxDB2\Model\MarkdownViewProperties::setShape |
( |
| $shape | ) |
|
Sets shape
- Parameters
-
- Returns
- $this
◆ setters()
static InfluxDB2\Model\MarkdownViewProperties::setters |
( |
| ) |
|
|
static |
◆ setType()
InfluxDB2\Model\MarkdownViewProperties::setType |
( |
| $type | ) |
|
Sets type
- Parameters
-
- Returns
- $this
◆ valid()
InfluxDB2\Model\MarkdownViewProperties::valid |
( |
| ) |
|
Validate all the properties in the model return true if all passed
- Returns
- bool True if all properties are valid
Reimplemented from InfluxDB2\Model\ViewProperties.
◆ $attributeMap
InfluxDB2\Model\MarkdownViewProperties::$attributeMap |
|
staticprotected |
Initial value:= [
'type' => 'type',
'shape' => 'shape',
'note' => 'note'
]
◆ $getters
InfluxDB2\Model\MarkdownViewProperties::$getters |
|
staticprotected |
Initial value:= [
'type' => 'getType',
'shape' => 'getShape',
'note' => 'getNote'
]
◆ $openAPIFormats
InfluxDB2\Model\MarkdownViewProperties::$openAPIFormats |
|
staticprotected |
Initial value:= [
'type' => null,
'shape' => null,
'note' => null
]
◆ $openAPITypes
InfluxDB2\Model\MarkdownViewProperties::$openAPITypes |
|
staticprotected |
Initial value:= [
'type' => 'string',
'shape' => 'string',
'note' => 'string'
]
◆ $setters
InfluxDB2\Model\MarkdownViewProperties::$setters |
|
staticprotected |
Initial value:= [
'type' => 'setType',
'shape' => 'setShape',
'note' => 'setNote'
]
The documentation for this class was generated from the following file:
- src/InfluxDB2/Model/MarkdownViewProperties.php