UpdateGuardrailsResponse
Example Usage
typescript
import { UpdateGuardrailsResponse } from "@meetkai/mka1/models/components";
let value: UpdateGuardrailsResponse = {
object: "guardrails_settings",
guardrails: [],
teamId: null,
updatedAt: 8677.85,
};Fields
| Field | Type | Required | Description |
|---|---|---|---|
object | "guardrails_settings" | ✔️ | N/A |
guardrails | components.GuardrailConfig[] | ✔️ | N/A |
teamId | string | ✔️ | Team this policy targets; null for the org-wide policy |
updatedAt | number | ✔️ | Unix timestamp of when the policy was updated |