Skip to content
This repository has been archived by the owner on Jun 28, 2024. It is now read-only.

Latest commit

 

History

History
72 lines (39 loc) · 2.25 KB

FindTrafficTimeframeParameter.md

File metadata and controls

72 lines (39 loc) · 2.25 KB

FindTrafficTimeframeParameter

Properties

Name Type Description Notes
EndedAt time.Time
StartedAt time.Time

Methods

NewFindTrafficTimeframeParameter

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

NewFindTrafficTimeframeParameterWithDefaults

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

GetEndedAt

func (o *FindTrafficTimeframeParameter) GetEndedAt() time.Time

GetEndedAt returns the EndedAt field if non-nil, zero value otherwise.

GetEndedAtOk

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.

SetEndedAt

func (o *FindTrafficTimeframeParameter) SetEndedAt(v time.Time)

SetEndedAt sets EndedAt field to given value.

GetStartedAt

func (o *FindTrafficTimeframeParameter) GetStartedAt() time.Time

GetStartedAt returns the StartedAt field if non-nil, zero value otherwise.

GetStartedAtOk

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.

SetStartedAt

func (o *FindTrafficTimeframeParameter) SetStartedAt(v time.Time)

SetStartedAt sets StartedAt field to given value.

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