Name | Type | Description | Notes |
---|---|---|---|
milliseconds | Integer | [optional] | |
seconds | Integer | [optional] | |
rfc3339 | String | [optional] | |
simple | String | [optional] |
require 'launchdarkly_api'
instance = LaunchDarklyApi::TimestampRep.new(
milliseconds: null,
seconds: null,
rfc3339: null,
simple: null
)