Name | Type | Description | Notes |
---|---|---|---|
EpochMillis | int64 | Starting point in time as a number of milliseconds since the epoch. For example `1538392220000` |
func NewEpochTimeRangeBoundaryAllOf(epochMillis int64, ) *EpochTimeRangeBoundaryAllOf
NewEpochTimeRangeBoundaryAllOf instantiates a new EpochTimeRangeBoundaryAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewEpochTimeRangeBoundaryAllOfWithDefaults() *EpochTimeRangeBoundaryAllOf
NewEpochTimeRangeBoundaryAllOfWithDefaults instantiates a new EpochTimeRangeBoundaryAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (o *EpochTimeRangeBoundaryAllOf) GetEpochMillis() int64
GetEpochMillis returns the EpochMillis field if non-nil, zero value otherwise.
func (o *EpochTimeRangeBoundaryAllOf) GetEpochMillisOk() (*int64, bool)
GetEpochMillisOk returns a tuple with the EpochMillis field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *EpochTimeRangeBoundaryAllOf) SetEpochMillis(v int64)
SetEpochMillis sets EpochMillis field to given value.