AuditLogEventGatewayEndpointCreated

class baseten.client.managementapi.AuditLogEventGatewayEndpointCreated(*, event_type, gateway_endpoint_id, slug)

Bases: BaseModel

Parameters:
  • event_type (Literal['GATEWAY_ENDPOINT_CREATED'])

  • gateway_endpoint_id (str)

  • slug (str)

model_config = {'extra': 'forbid'}

Configuration for the model, should be a dictionary conforming to [ConfigDict][pydantic.config.ConfigDict].