flywheel.models.container_id_view_input
ContainerIdViewInput
Bases: object
columns property writable
Gets the columns of this ContainerIdViewInput.
Returns:
| Type | Description |
|---|---|
list[Column] | The columns of this ContainerIdViewInput |
description property writable
Gets the description of this ContainerIdViewInput.
Returns:
| Type | Description |
|---|---|
str | The description of this ContainerIdViewInput |
error_column property writable
Gets the error_column of this ContainerIdViewInput.
Returns:
| Type | Description |
|---|---|
bool | The error_column of this ContainerIdViewInput |
file_spec property writable
Gets the file_spec of this ContainerIdViewInput.
Returns:
| Type | Description |
|---|---|
DataViewFileSpec | The file_spec of this ContainerIdViewInput |
filter property writable
Gets the filter of this ContainerIdViewInput.
Returns:
| Type | Description |
|---|---|
str | The filter of this ContainerIdViewInput |
group_by property writable
Gets the group_by of this ContainerIdViewInput.
Returns:
| Type | Description |
|---|---|
GroupBy | The group_by of this ContainerIdViewInput |
id property writable
Gets the id of this ContainerIdViewInput.
Returns:
| Type | Description |
|---|---|
str | The id of this ContainerIdViewInput |
include_ids property writable
Gets the include_ids of this ContainerIdViewInput.
Returns:
| Type | Description |
|---|---|
bool | The include_ids of this ContainerIdViewInput |
include_labels property writable
Gets the include_labels of this ContainerIdViewInput.
Returns:
| Type | Description |
|---|---|
bool | The include_labels of this ContainerIdViewInput |
label property writable
Gets the label of this ContainerIdViewInput.
Returns:
| Type | Description |
|---|---|
str | The label of this ContainerIdViewInput |
missing_data_strategy property writable
Gets the missing_data_strategy of this ContainerIdViewInput.
Returns:
| Type | Description |
|---|---|
DataStrategy | The missing_data_strategy of this ContainerIdViewInput |
origin property writable
Gets the origin of this ContainerIdViewInput.
Returns:
| Type | Description |
|---|---|
Origin | The origin of this ContainerIdViewInput |
parent property writable
Gets the parent of this ContainerIdViewInput.
Returns:
| Type | Description |
|---|---|
str | The parent of this ContainerIdViewInput |
sort property writable
Gets the sort of this ContainerIdViewInput.
Returns:
| Type | Description |
|---|---|
bool | The sort of this ContainerIdViewInput |
__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__(parent=None, label=None, description=None, columns=None, file_spec=None, filter=None, group_by=None, include_ids=True, include_labels=True, error_column=None, missing_data_strategy=None, sort=False, id=None, origin=None)
ContainerIdViewInput - a model defined in Swagger
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
parent | (str, optional) | , defaults to None | None |
label | (str, optional) | , defaults to None | None |
description | (str, optional) | , defaults to None | None |
columns | (list[Column], optional) | , defaults to None | None |
file_spec | (DataViewFileSpec, optional) | , defaults to None | None |
filter | (str, optional) | , defaults to None | None |
group_by | (GroupBy, optional) | , defaults to None | None |
include_ids | (bool, optional) | , defaults to True | True |
include_labels | (bool, optional) | , defaults to True | True |
error_column | (bool, optional) | , defaults to None | None |
missing_data_strategy | (DataStrategy, optional) | , defaults to None | None |
sort | (bool, optional) | , defaults to False | False |
id | (str, optional) | , defaults to None | None |
origin | (Origin, 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