InfluxDB PHP Client
|
Public Member Functions | |
getModelName () | |
__construct (?array $data=null) | |
listInvalidProperties () | |
valid () | |
getLinks () | |
setLinks ($links) | |
getUsers () | |
setUsers ($users) | |
offsetExists ($offset) | |
offsetGet ($offset) | |
offsetSet ($offset, $value) | |
offsetUnset ($offset) | |
__toString () | |
Static Public Member Functions | |
static | openAPITypes () |
static | openAPIFormats () |
static | attributeMap () |
static | setters () |
static | getters () |
Public Attributes | |
const | DISCRIMINATOR = null |
Protected Attributes | |
$container = [] | |
Static Protected Attributes | |
static | $openAPIModelName = 'ResourceMembers' |
static | $openAPITypes |
static | $openAPIFormats |
static | $attributeMap |
static | $setters |
static | $getters |
InfluxDB2\Model\ResourceMembers::__construct | ( | ?array | $data = null | ) |
Constructor
mixed[] | $data | Associated array of property values initializing the model |
InfluxDB2\Model\ResourceMembers::__toString | ( | ) |
Gets the string presentation of the object
|
static |
Array of attributes where the key is the local name, and the value is the original name
Implements InfluxDB2\Model\ModelInterface.
InfluxDB2\Model\ResourceMembers::getLinks | ( | ) |
Gets links
InfluxDB2\Model\ResourceMembers::getModelName | ( | ) |
|
static |
Array of attributes to getter functions (for serialization of requests)
Implements InfluxDB2\Model\ModelInterface.
InfluxDB2\Model\ResourceMembers::getUsers | ( | ) |
Gets users
InfluxDB2\Model\ResourceMembers::listInvalidProperties | ( | ) |
Show all the invalid properties with reasons.
Implements InfluxDB2\Model\ModelInterface.
InfluxDB2\Model\ResourceMembers::offsetExists | ( | $offset | ) |
Returns true if offset exists. False otherwise.
integer | $offset | Offset |
InfluxDB2\Model\ResourceMembers::offsetGet | ( | $offset | ) |
Gets offset.
integer | $offset | Offset |
InfluxDB2\Model\ResourceMembers::offsetSet | ( | $offset, | |
$value ) |
Sets value based on offset.
integer | $offset | Offset |
mixed | $value | Value to be set |
InfluxDB2\Model\ResourceMembers::offsetUnset | ( | $offset | ) |
Unsets offset.
integer | $offset | Offset |
|
static |
Array of property to format mappings. Used for (de)serialization
Implements InfluxDB2\Model\ModelInterface.
|
static |
Array of property to type mappings. Used for (de)serialization
Implements InfluxDB2\Model\ModelInterface.
InfluxDB2\Model\ResourceMembers::setLinks | ( | $links | ) |
Sets links
\InfluxDB2\Model\UsersLinks | null | $links | links |
|
static |
Array of attributes to setter functions (for deserialization of responses)
Implements InfluxDB2\Model\ModelInterface.
InfluxDB2\Model\ResourceMembers::setUsers | ( | $users | ) |
Sets users
\InfluxDB2\Model\ResourceMember[] | null | $users | users |
InfluxDB2\Model\ResourceMembers::valid | ( | ) |
Validate all the properties in the model return true if all passed
Implements InfluxDB2\Model\ModelInterface.
|
staticprotected |
|
staticprotected |
|
staticprotected |
|
staticprotected |
|
staticprotected |