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