Name | Type | Description | Notes |
---|---|---|---|
QueryString | Pointer to string | Contents of the query (ex: field1 -eq value1 AND field2 -gt value2) | [optional] |
PageReturned | Pointer to int32 | The current page within the result set to be returned | [optional] |
ReturnLimit | Pointer to int32 | Maximum number of records to be returned in a single call | [optional] |
SortField | Pointer to string | Field by which the results should be sorted (view results via Management Portal for sortable columns) | [optional] |
SortAscending | Pointer to int32 | Field sort direction [0=ascending, 1=descending] | [optional] |
func NewModelsQueryModelsPagedSSHServiceAccountQuery() *ModelsQueryModelsPagedSSHServiceAccountQuery
NewModelsQueryModelsPagedSSHServiceAccountQuery instantiates a new ModelsQueryModelsPagedSSHServiceAccountQuery 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 NewModelsQueryModelsPagedSSHServiceAccountQueryWithDefaults() *ModelsQueryModelsPagedSSHServiceAccountQuery
NewModelsQueryModelsPagedSSHServiceAccountQueryWithDefaults instantiates a new ModelsQueryModelsPagedSSHServiceAccountQuery 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 *ModelsQueryModelsPagedSSHServiceAccountQuery) GetQueryString() string
GetQueryString returns the QueryString field if non-nil, zero value otherwise.
func (o *ModelsQueryModelsPagedSSHServiceAccountQuery) GetQueryStringOk() (*string, bool)
GetQueryStringOk returns a tuple with the QueryString field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ModelsQueryModelsPagedSSHServiceAccountQuery) SetQueryString(v string)
SetQueryString sets QueryString field to given value.
func (o *ModelsQueryModelsPagedSSHServiceAccountQuery) HasQueryString() bool
HasQueryString returns a boolean if a field has been set.
func (o *ModelsQueryModelsPagedSSHServiceAccountQuery) GetPageReturned() int32
GetPageReturned returns the PageReturned field if non-nil, zero value otherwise.
func (o *ModelsQueryModelsPagedSSHServiceAccountQuery) GetPageReturnedOk() (*int32, bool)
GetPageReturnedOk returns a tuple with the PageReturned field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ModelsQueryModelsPagedSSHServiceAccountQuery) SetPageReturned(v int32)
SetPageReturned sets PageReturned field to given value.
func (o *ModelsQueryModelsPagedSSHServiceAccountQuery) HasPageReturned() bool
HasPageReturned returns a boolean if a field has been set.
func (o *ModelsQueryModelsPagedSSHServiceAccountQuery) GetReturnLimit() int32
GetReturnLimit returns the ReturnLimit field if non-nil, zero value otherwise.
func (o *ModelsQueryModelsPagedSSHServiceAccountQuery) GetReturnLimitOk() (*int32, bool)
GetReturnLimitOk returns a tuple with the ReturnLimit field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ModelsQueryModelsPagedSSHServiceAccountQuery) SetReturnLimit(v int32)
SetReturnLimit sets ReturnLimit field to given value.
func (o *ModelsQueryModelsPagedSSHServiceAccountQuery) HasReturnLimit() bool
HasReturnLimit returns a boolean if a field has been set.
func (o *ModelsQueryModelsPagedSSHServiceAccountQuery) GetSortField() string
GetSortField returns the SortField field if non-nil, zero value otherwise.
func (o *ModelsQueryModelsPagedSSHServiceAccountQuery) GetSortFieldOk() (*string, bool)
GetSortFieldOk returns a tuple with the SortField field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ModelsQueryModelsPagedSSHServiceAccountQuery) SetSortField(v string)
SetSortField sets SortField field to given value.
func (o *ModelsQueryModelsPagedSSHServiceAccountQuery) HasSortField() bool
HasSortField returns a boolean if a field has been set.
func (o *ModelsQueryModelsPagedSSHServiceAccountQuery) GetSortAscending() int32
GetSortAscending returns the SortAscending field if non-nil, zero value otherwise.
func (o *ModelsQueryModelsPagedSSHServiceAccountQuery) GetSortAscendingOk() (*int32, bool)
GetSortAscendingOk returns a tuple with the SortAscending field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ModelsQueryModelsPagedSSHServiceAccountQuery) SetSortAscending(v int32)
SetSortAscending sets SortAscending field to given value.
func (o *ModelsQueryModelsPagedSSHServiceAccountQuery) HasSortAscending() bool
HasSortAscending returns a boolean if a field has been set.