benchling_api_client.models.o_auth_unauthorized_error_error module

class OAuthUnauthorizedErrorError

Bases: object

__init__(type: Union[benchling_api_client.types.Unset, OAuthUnauthorizedErrorErrorType] = attr_dict['_type'].default, message: Union[benchling_api_client.types.Unset, str] = attr_dict['_message'].default, user_message: Union[benchling_api_client.types.Unset, str] = attr_dict['_user_message'].default) None

Method generated by attrs for class OAuthUnauthorizedErrorError.

property additional_keys: List[str]
additional_properties: Dict[str, Any]
classmethod from_dict(src_dict: Dict[str, Any]) benchling_api_client.models.o_auth_unauthorized_error_error.T
get(key, default=None) Optional[Any]
property message: str
to_dict() Dict[str, Any]
property type: OAuthUnauthorizedErrorErrorType
property user_message: str