Name | Type | Description | Notes |
---|---|---|---|
EndedAt | time.Time | ||
StartedAt | time.Time |
func NewFindTrafficTimeframeParameter(endedAt time.Time, startedAt time.Time, ) *FindTrafficTimeframeParameter
NewFindTrafficTimeframeParameter instantiates a new FindTrafficTimeframeParameter 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 NewFindTrafficTimeframeParameterWithDefaults() *FindTrafficTimeframeParameter
NewFindTrafficTimeframeParameterWithDefaults instantiates a new FindTrafficTimeframeParameter 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 *FindTrafficTimeframeParameter) GetEndedAt() time.Time
GetEndedAt returns the EndedAt field if non-nil, zero value otherwise.
func (o *FindTrafficTimeframeParameter) GetEndedAtOk() (*time.Time, bool)
GetEndedAtOk returns a tuple with the EndedAt field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *FindTrafficTimeframeParameter) SetEndedAt(v time.Time)
SetEndedAt sets EndedAt field to given value.
func (o *FindTrafficTimeframeParameter) GetStartedAt() time.Time
GetStartedAt returns the StartedAt field if non-nil, zero value otherwise.
func (o *FindTrafficTimeframeParameter) GetStartedAtOk() (*time.Time, bool)
GetStartedAtOk returns a tuple with the StartedAt field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *FindTrafficTimeframeParameter) SetStartedAt(v time.Time)
SetStartedAt sets StartedAt field to given value.