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