benchling_api_client.models.entry_external_file_by_id module

class EntryExternalFileById

Bases: object

__init__(external_file: Union[benchling_api_client.types.Unset, EntryExternalFile] = attr_dict['_external_file'].default) None

Method generated by attrs for class EntryExternalFileById.

property additional_keys: List[str]
additional_properties: Dict[str, Any]
property external_file: EntryExternalFile

The ExternalFile resource stores metadata about the file. The actual original file can be downloaded by using the ‘downloadURL’ property.

classmethod from_dict(src_dict: Dict[str, Any]) benchling_api_client.models.entry_external_file_by_id.T
get(key, default=None) Optional[Any]
to_dict() Dict[str, Any]