AuditLogEventGatewayEndpointUpdated

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

Bases: BaseModel

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

  • gateway_endpoint_id (str)

  • slug (str)

  • previous_slug (str | None)

model_config = {'extra': 'forbid'}

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