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.
- classmethod from_dict(src_dict: Dict[str, Any]) → benchling_api_client.models.o_auth_unauthorized_error_error.T¶
- property type: OAuthUnauthorizedErrorErrorType¶