flywheel.models.group_output
GroupOutput
Bases: GroupMixin
created property writable
Gets the created of this GroupOutput.
Returns:
| Type | Description |
|---|---|
datetime | The created of this GroupOutput |
editions property writable
Gets the editions of this GroupOutput.
Returns:
| Type | Description |
|---|---|
Edition | The editions of this GroupOutput |
id property writable
Gets the id of this GroupOutput.
Returns:
| Type | Description |
|---|---|
str | The id of this GroupOutput |
label property writable
Gets the label of this GroupOutput.
Returns:
| Type | Description |
|---|---|
str | The label of this GroupOutput |
modified property writable
Gets the modified of this GroupOutput.
Returns:
| Type | Description |
|---|---|
datetime | The modified of this GroupOutput |
permissions property writable
Gets the permissions of this GroupOutput.
Returns:
| Type | Description |
|---|---|
list[AccessPermission] | The permissions of this GroupOutput |
permissions_template property writable
Gets the permissions_template of this GroupOutput.
Returns:
| Type | Description |
|---|---|
list[RolePermission] | The permissions_template of this GroupOutput |
providers property writable
Gets the providers of this GroupOutput.
Returns:
| Type | Description |
|---|---|
Providers | The providers of this GroupOutput |
revision property writable
Gets the revision of this GroupOutput.
Returns:
| Type | Description |
|---|---|
int | The revision of this GroupOutput |
roles property writable
Gets the roles of this GroupOutput.
Returns:
| Type | Description |
|---|---|
list[str] | The roles of this GroupOutput |
settings property writable
Gets the settings of this GroupOutput.
Returns:
| Type | Description |
|---|---|
GroupSettingsOutput | The settings of this GroupOutput |
tags property writable
Gets the tags of this GroupOutput.
Returns:
| Type | Description |
|---|---|
list[str] | The tags of this GroupOutput |
__contains__(key)
Checks if the given value is a key in this object
__eq__(other)
Returns true if both objects are equal
__getitem__(key)
Returns the value of key
__init__(id=None, label=None, permissions=None, permissions_template=None, created=None, modified=None, revision=None, tags=None, providers=None, roles=None, editions=None, settings=None)
GroupOutput - a model defined in Swagger
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
id | (str, optional) | , defaults to None | None |
label | (str, optional) | , defaults to None | None |
permissions | (list[AccessPermission], optional) | , defaults to None | None |
permissions_template | (list[RolePermission], optional) | , defaults to None | None |
created | (datetime, optional) | , defaults to None | None |
modified | (datetime, optional) | , defaults to None | None |
revision | (int, optional) | , defaults to None | None |
tags | (list[str], optional) | , defaults to None | None |
providers | (Providers, optional) | , defaults to None | None |
roles | (list[str], optional) | , defaults to None | None |
editions | (Edition, optional) | , defaults to None | None |
settings | (GroupSettingsOutput, optional) | , defaults to None | None |
__ne__(other)
Returns true if both objects are not equal
__repr__()
For print and pprint
__setitem__(key, value)
Sets the value of key
get(key, default=None)
Get the value of the provided json property, or default
items()
Returns the list of json property to value mapping
keys()
Returns the list of json properties in the object
positional_to_model(value) staticmethod
Converts a positional argument to a model value
return_value()
Unwraps return value from model
to_dict()
Returns the model properties as a dict
to_str()
Returns the string representation of the model
values()
Returns the list of values in the object