flywheel.models.file_create_input
FileCreateInput
Bases: object
classification property writable
Gets the classification of this FileCreateInput.
Returns:
| Type | Description |
|---|---|
dict(str, list[str]) | The classification of this FileCreateInput |
deid_log_id property writable
Gets the deid_log_id of this FileCreateInput.
Returns:
| Type | Description |
|---|---|
str | The deid_log_id of this FileCreateInput |
deid_log_skip_reason property writable
Gets the deid_log_skip_reason of this FileCreateInput.
Returns:
| Type | Description |
|---|---|
DeidLogSkipReason | The deid_log_skip_reason of this FileCreateInput |
info property writable
Gets the info of this FileCreateInput.
Returns:
| Type | Description |
|---|---|
Dict | The info of this FileCreateInput |
mimetype property writable
Gets the mimetype of this FileCreateInput.
Returns:
| Type | Description |
|---|---|
str | The mimetype of this FileCreateInput |
modality property writable
Gets the modality of this FileCreateInput.
Returns:
| Type | Description |
|---|---|
str | The modality of this FileCreateInput |
name property writable
Gets the name of this FileCreateInput.
Returns:
| Type | Description |
|---|---|
str | The name of this FileCreateInput |
size property writable
Gets the size of this FileCreateInput.
Returns:
| Type | Description |
|---|---|
int | The size of this FileCreateInput |
tags property writable
Gets the tags of this FileCreateInput.
Returns:
| Type | Description |
|---|---|
list[str] | The tags of this FileCreateInput |
type property writable
Gets the type of this FileCreateInput.
Returns:
| Type | Description |
|---|---|
str | The type of this FileCreateInput |
zip_member_count property writable
Gets the zip_member_count of this FileCreateInput.
Returns:
| Type | Description |
|---|---|
int | The zip_member_count of this FileCreateInput |
__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__(name=None, size=None, type=None, mimetype=None, modality=None, classification=None, tags=None, info=None, zip_member_count=None, deid_log_id=None, deid_log_skip_reason=None)
FileCreateInput - a model defined in Swagger
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
name | (str, optional) | , defaults to None | None |
size | (int, optional) | , defaults to None | None |
type | (str, optional) | , defaults to None | None |
mimetype | (str, optional) | , defaults to None | None |
modality | (str, optional) | , defaults to None | None |
classification | (dict(str, list[str]), optional) | , defaults to None | None |
tags | (list[str], optional) | , defaults to None | None |
info | (Dict, optional) | , defaults to None | None |
zip_member_count | (int, optional) | , defaults to None | None |
deid_log_id | (str, optional) | , defaults to None | None |
deid_log_skip_reason | (DeidLogSkipReason, 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