flywheel.models.config_out
ConfigOut
Bases: object
assistant_chat property writable
Gets the assistant_chat of this ConfigOut.
Returns:
| Type | Description |
|---|---|
AssistantChat | The assistant_chat of this ConfigOut |
auth property writable
Gets the auth of this ConfigOut.
Returns:
| Type | Description |
|---|---|
AuthOut | The auth of this ConfigOut |
central property writable
Gets the central of this ConfigOut.
Returns:
| Type | Description |
|---|---|
CentralOut | The central of this ConfigOut |
created property writable
Gets the created of this ConfigOut.
Returns:
| Type | Description |
|---|---|
datetime | The created of this ConfigOut |
features property writable
Gets the features of this ConfigOut.
Returns:
| Type | Description |
|---|---|
Features | The features of this ConfigOut |
last_updated property writable
Gets the last_updated of this ConfigOut.
Returns:
| Type | Description |
|---|---|
datetime | The last_updated of this ConfigOut |
modified property writable
Gets the modified of this ConfigOut.
Returns:
| Type | Description |
|---|---|
datetime | The modified of this ConfigOut |
signed_url property writable
Gets the signed_url of this ConfigOut.
Returns:
| Type | Description |
|---|---|
bool | The signed_url of this ConfigOut |
site property writable
Gets the site of this ConfigOut.
Returns:
| Type | Description |
|---|---|
Site | The site of this ConfigOut |
wip_features property writable
Gets the wip_features of this ConfigOut.
Returns:
| Type | Description |
|---|---|
WorkInProgressFeatures | The wip_features of this ConfigOut |
__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__(last_updated=None, site=None, features=None, wip_features=None, signed_url=False, auth=None, created=None, modified=None, central=None, assistant_chat=None)
ConfigOut - a model defined in Swagger
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
last_updated | (datetime, optional) | , defaults to None | None |
site | (Site, optional) | , defaults to None | None |
features | (Features, optional) | , defaults to None | None |
wip_features | (WorkInProgressFeatures, optional) | , defaults to None | None |
signed_url | (bool, optional) | , defaults to False | False |
auth | (AuthOut, optional) | , defaults to None | None |
created | (datetime, optional) | , defaults to None | None |
modified | (datetime, optional) | , defaults to None | None |
central | (CentralOut, optional) | , defaults to None | None |
assistant_chat | (AssistantChat, 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