Skip to content

Latest commit

 

History

History
72 lines (39 loc) · 1.94 KB

File metadata and controls

72 lines (39 loc) · 1.94 KB

InsightPeriod

Properties

Name Type Description Notes
StartTime int64
EndTime int64

Methods

NewInsightPeriod

func NewInsightPeriod(startTime int64, endTime int64, ) *InsightPeriod

NewInsightPeriod instantiates a new InsightPeriod 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

NewInsightPeriodWithDefaults

func NewInsightPeriodWithDefaults() *InsightPeriod

NewInsightPeriodWithDefaults instantiates a new InsightPeriod 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

GetStartTime

func (o *InsightPeriod) GetStartTime() int64

GetStartTime returns the StartTime field if non-nil, zero value otherwise.

GetStartTimeOk

func (o *InsightPeriod) GetStartTimeOk() (*int64, bool)

GetStartTimeOk returns a tuple with the StartTime field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetStartTime

func (o *InsightPeriod) SetStartTime(v int64)

SetStartTime sets StartTime field to given value.

GetEndTime

func (o *InsightPeriod) GetEndTime() int64

GetEndTime returns the EndTime field if non-nil, zero value otherwise.

GetEndTimeOk

func (o *InsightPeriod) GetEndTimeOk() (*int64, bool)

GetEndTimeOk returns a tuple with the EndTime field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetEndTime

func (o *InsightPeriod) SetEndTime(v int64)

SetEndTime sets EndTime field to given value.

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