Skip to content

Latest commit

 

History

History
93 lines (50 loc) · 2.47 KB

OpenInQuery.md

File metadata and controls

93 lines (50 loc) · 2.47 KB

OpenInQuery

Properties

Name Type Description Notes
Query Query
StartTime time.Time Start time of the query.
EndTime time.Time End time of the query.

Methods

NewOpenInQuery

func NewOpenInQuery(query Query, startTime time.Time, endTime time.Time, ) *OpenInQuery

NewOpenInQuery instantiates a new OpenInQuery 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

NewOpenInQueryWithDefaults

func NewOpenInQueryWithDefaults() *OpenInQuery

NewOpenInQueryWithDefaults instantiates a new OpenInQuery 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

GetQuery

func (o *OpenInQuery) GetQuery() Query

GetQuery returns the Query field if non-nil, zero value otherwise.

GetQueryOk

func (o *OpenInQuery) GetQueryOk() (*Query, bool)

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

SetQuery

func (o *OpenInQuery) SetQuery(v Query)

SetQuery sets Query field to given value.

GetStartTime

func (o *OpenInQuery) GetStartTime() time.Time

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

GetStartTimeOk

func (o *OpenInQuery) GetStartTimeOk() (*time.Time, 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 *OpenInQuery) SetStartTime(v time.Time)

SetStartTime sets StartTime field to given value.

GetEndTime

func (o *OpenInQuery) GetEndTime() time.Time

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

GetEndTimeOk

func (o *OpenInQuery) GetEndTimeOk() (*time.Time, 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 *OpenInQuery) SetEndTime(v time.Time)

SetEndTime sets EndTime field to given value.

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