benchling_api_client.models.warehouse_credentials_create module

class WarehouseCredentialsCreate

Bases: object

__init__(expires_in: int) None

Method generated by attrs for class WarehouseCredentialsCreate.

property expires_in: int

Duration, in seconds, that credentials should be active for. Must be greater than 0 and less than 3600.

classmethod from_dict(src_dict: Dict[str, Any]) benchling_api_client.models.warehouse_credentials_create.T
to_dict() Dict[str, Any]