Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 734 Bytes

File metadata and controls

26 lines (19 loc) · 734 Bytes

TimestampRep

Properties

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]

Example

import { TimestampRep } from 'launchdarkly-api-typescript';

const instance: TimestampRep = {
    milliseconds,
    seconds,
    rfc3339,
    simple,
};

[Back to Model list] [Back to API list] [Back to README]