Example Usage
import (
"github.com/OpenRouterTeam/go-sdk/models/operations"
)
value := operations.DirectionAsc
// Open enum: custom values can be created with a direct type cast
custom := operations.Direction("custom_value")
Values
| Name | Value |
|---|---|
DirectionAsc | asc |
DirectionDesc | desc |