Skip to content

Module invenio_rest_api_client.models.file_transfer

Variables

T

Classes

FileTransfer

class FileTransfer(
    type_: invenio_rest_api_client.types.Unset | invenio_rest_api_client.models.file_transfer_type.FileTransferType = <invenio_rest_api_client.types.Unset object at 0x7f5f74d96cf0>,
    url: invenio_rest_api_client.types.Unset | str = <invenio_rest_api_client.types.Unset object at 0x7f5f74d96cf0>
)

Attributes:

type_ (Union[Unset, FileTransferType]): The actual technology that is used to store a file url (Union[Unset, str]): URL to fetch the file from

Static methods

from_dict

def from_dict(
    src_dict: collections.abc.Mapping[str, typing.Any]
) -> ~T

Instance variables

additional_keys
additional_properties
type_
url

Methods

to_dict

def to_dict(
    self
) -> dict[str, typing.Any]