| Name | Type | Description | Notes |
|---|---|---|---|
| environmentKey | string | The environment key | [default to undefined] |
| lastSeen | number | [default to undefined] |
import { ContextKindEnvironmentObservation } from 'launchdarkly-api-typescript';
const instance: ContextKindEnvironmentObservation = {
environmentKey,
lastSeen,
};