Name | Type | Description | Notes |
---|---|---|---|
Search | Pointer to string | [optional] | |
Activities | Pointer to string | [optional] | |
FromTime | Pointer to int64 | [optional] | |
ToTime | Pointer to int64 | [optional] | |
Safe | Pointer to string | [optional] |
func NewMonitoringQS() *MonitoringQS
NewMonitoringQS instantiates a new MonitoringQS 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 NewMonitoringQSWithDefaults() *MonitoringQS
NewMonitoringQSWithDefaults instantiates a new MonitoringQS 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 *MonitoringQS) GetSearch() string
GetSearch returns the Search field if non-nil, zero value otherwise.
func (o *MonitoringQS) GetSearchOk() (*string, bool)
GetSearchOk returns a tuple with the Search field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *MonitoringQS) SetSearch(v string)
SetSearch sets Search field to given value.
func (o *MonitoringQS) HasSearch() bool
HasSearch returns a boolean if a field has been set.
func (o *MonitoringQS) GetActivities() string
GetActivities returns the Activities field if non-nil, zero value otherwise.
func (o *MonitoringQS) GetActivitiesOk() (*string, bool)
GetActivitiesOk returns a tuple with the Activities field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *MonitoringQS) SetActivities(v string)
SetActivities sets Activities field to given value.
func (o *MonitoringQS) HasActivities() bool
HasActivities returns a boolean if a field has been set.
func (o *MonitoringQS) GetFromTime() int64
GetFromTime returns the FromTime field if non-nil, zero value otherwise.
func (o *MonitoringQS) GetFromTimeOk() (*int64, bool)
GetFromTimeOk returns a tuple with the FromTime field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *MonitoringQS) SetFromTime(v int64)
SetFromTime sets FromTime field to given value.
func (o *MonitoringQS) HasFromTime() bool
HasFromTime returns a boolean if a field has been set.
func (o *MonitoringQS) GetToTime() int64
GetToTime returns the ToTime field if non-nil, zero value otherwise.
func (o *MonitoringQS) GetToTimeOk() (*int64, bool)
GetToTimeOk returns a tuple with the ToTime field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *MonitoringQS) SetToTime(v int64)
SetToTime sets ToTime field to given value.
func (o *MonitoringQS) HasToTime() bool
HasToTime returns a boolean if a field has been set.
func (o *MonitoringQS) GetSafe() string
GetSafe returns the Safe field if non-nil, zero value otherwise.
func (o *MonitoringQS) GetSafeOk() (*string, bool)
GetSafeOk returns a tuple with the Safe field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *MonitoringQS) SetSafe(v string)
SetSafe sets Safe field to given value.
func (o *MonitoringQS) HasSafe() bool
HasSafe returns a boolean if a field has been set.