flywheel.models.copy_filter
CopyFilter
Bases: object
exclude_analysis property writable
Gets the exclude_analysis of this CopyFilter.
Returns:
| Type | Description |
|---|---|
bool | The exclude_analysis of this CopyFilter |
exclude_annotations property writable
Gets the exclude_annotations of this CopyFilter.
Returns:
| Type | Description |
|---|---|
bool | The exclude_annotations of this CopyFilter |
exclude_empty_containers property writable
Gets the exclude_empty_containers of this CopyFilter.
Returns:
| Type | Description |
|---|---|
bool | The exclude_empty_containers of this CopyFilter |
exclude_notes property writable
Gets the exclude_notes of this CopyFilter.
Returns:
| Type | Description |
|---|---|
bool | The exclude_notes of this CopyFilter |
exclude_rules property writable
Gets the exclude_rules of this CopyFilter.
Returns:
| Type | Description |
|---|---|
list[str] | The exclude_rules of this CopyFilter |
exclude_tags property writable
Gets the exclude_tags of this CopyFilter.
Returns:
| Type | Description |
|---|---|
bool | The exclude_tags of this CopyFilter |
include_rules property writable
Gets the include_rules of this CopyFilter.
Returns:
| Type | Description |
|---|---|
list[str] | The include_rules of this CopyFilter |
__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__(exclude_analysis=False, exclude_annotations=False, exclude_notes=False, exclude_tags=False, include_rules=None, exclude_rules=None, exclude_empty_containers=True)
CopyFilter - a model defined in Swagger
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
exclude_analysis | (bool, optional) | , defaults to False | False |
exclude_annotations | (bool, optional) | , defaults to False | False |
exclude_notes | (bool, optional) | , defaults to False | False |
exclude_tags | (bool, optional) | , defaults to False | False |
include_rules | (list[str], optional) | , defaults to None | None |
exclude_rules | (list[str], optional) | , defaults to None | None |
exclude_empty_containers | (bool, optional) | , defaults to True | True |
__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