AuditLogEventUserRemoved¶ class baseten.client.managementapi.AuditLogEventUserRemoved(*, event_type, removed_user_email)¶ Bases: BaseModel Parameters: event_type (Literal['USER_REMOVED']) removed_user_email (str) model_config = {'extra': 'forbid'}¶ Configuration for the model, should be a dictionary conforming to [ConfigDict][pydantic.config.ConfigDict].