1.2 KiB
1.2 KiB
Entity
Example Usage
import { Entity } from "@useautumn/sdk";
let value: Entity = {
name: "<value>",
env: "sandbox",
};
Fields
| Field | Type | Required | Description |
|---|---|---|---|
name |
string | ✔️ | The name of the entity |
customerId |
string | ➖ | The customer ID this entity belongs to |
featureId |
string | ➖ | The feature ID this entity belongs to |
env |
models.EntityEnv | ✔️ | The environment (sandbox/live) |