| Name | Type | Description | Notes |
|---|---|---|---|
| milliseconds | number | [optional] [default to undefined] | |
| seconds | number | [optional] [default to undefined] | |
| rfc3339 | string | [optional] [default to undefined] | |
| simple | string | [optional] [default to undefined] |
import { TimestampRep } from 'launchdarkly-api-typescript';
const instance: TimestampRep = {
milliseconds,
seconds,
rfc3339,
simple,
};