Variable: GatewayUpdateRateLimitsPolicyRequestSchema
const GatewayUpdateRateLimitsPolicyRequestSchema: z.ZodType<{
name?: string;
unit?: string;
value?: number;
conditions?: GatewayRequestCondition[];
}>;
Defined in: src/models/ai-gateway-extensions.ts:1086
SCM UpdateRateLimitsPolicyRequest; stable request fields are strict; extension maps accept finite JSON.