PricingSummary
Simplified pricing summary for suggestions
Properties
| Property | Type | Required | Description |
|---|---|---|---|
base_price_per_1000_rows |
string,null | No |
View JSON Schema
{
"type": "object",
"description": "Simplified pricing summary for suggestions",
"properties": {
"base_price_per_1000_rows": {
"type": [
"string",
"null"
]
}
}
}