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] |
IncludeRevoked | Pointer to bool | Select 'true' to include revoked certificates in the results | [optional] |
IncludeExpired | Pointer to bool | Select 'true' to include expired certificates in the results | [optional] |
func NewKeyfactorApiModelsCertificatesCertificateQueryRequest() *KeyfactorApiModelsCertificatesCertificateQueryRequest
NewKeyfactorApiModelsCertificatesCertificateQueryRequest instantiates a new KeyfactorApiModelsCertificatesCertificateQueryRequest 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 NewKeyfactorApiModelsCertificatesCertificateQueryRequestWithDefaults() *KeyfactorApiModelsCertificatesCertificateQueryRequest
NewKeyfactorApiModelsCertificatesCertificateQueryRequestWithDefaults instantiates a new KeyfactorApiModelsCertificatesCertificateQueryRequest 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 *KeyfactorApiModelsCertificatesCertificateQueryRequest) GetQueryString() string
GetQueryString returns the QueryString field if non-nil, zero value otherwise.
func (o *KeyfactorApiModelsCertificatesCertificateQueryRequest) 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 *KeyfactorApiModelsCertificatesCertificateQueryRequest) SetQueryString(v string)
SetQueryString sets QueryString field to given value.
func (o *KeyfactorApiModelsCertificatesCertificateQueryRequest) HasQueryString() bool
HasQueryString returns a boolean if a field has been set.
func (o *KeyfactorApiModelsCertificatesCertificateQueryRequest) GetPageReturned() int32
GetPageReturned returns the PageReturned field if non-nil, zero value otherwise.
func (o *KeyfactorApiModelsCertificatesCertificateQueryRequest) 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 *KeyfactorApiModelsCertificatesCertificateQueryRequest) SetPageReturned(v int32)
SetPageReturned sets PageReturned field to given value.
func (o *KeyfactorApiModelsCertificatesCertificateQueryRequest) HasPageReturned() bool
HasPageReturned returns a boolean if a field has been set.
func (o *KeyfactorApiModelsCertificatesCertificateQueryRequest) GetReturnLimit() int32
GetReturnLimit returns the ReturnLimit field if non-nil, zero value otherwise.
func (o *KeyfactorApiModelsCertificatesCertificateQueryRequest) 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 *KeyfactorApiModelsCertificatesCertificateQueryRequest) SetReturnLimit(v int32)
SetReturnLimit sets ReturnLimit field to given value.
func (o *KeyfactorApiModelsCertificatesCertificateQueryRequest) HasReturnLimit() bool
HasReturnLimit returns a boolean if a field has been set.
func (o *KeyfactorApiModelsCertificatesCertificateQueryRequest) GetSortField() string
GetSortField returns the SortField field if non-nil, zero value otherwise.
func (o *KeyfactorApiModelsCertificatesCertificateQueryRequest) 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 *KeyfactorApiModelsCertificatesCertificateQueryRequest) SetSortField(v string)
SetSortField sets SortField field to given value.
func (o *KeyfactorApiModelsCertificatesCertificateQueryRequest) HasSortField() bool
HasSortField returns a boolean if a field has been set.
func (o *KeyfactorApiModelsCertificatesCertificateQueryRequest) GetSortAscending() int32
GetSortAscending returns the SortAscending field if non-nil, zero value otherwise.
func (o *KeyfactorApiModelsCertificatesCertificateQueryRequest) 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 *KeyfactorApiModelsCertificatesCertificateQueryRequest) SetSortAscending(v int32)
SetSortAscending sets SortAscending field to given value.
func (o *KeyfactorApiModelsCertificatesCertificateQueryRequest) HasSortAscending() bool
HasSortAscending returns a boolean if a field has been set.
func (o *KeyfactorApiModelsCertificatesCertificateQueryRequest) GetIncludeRevoked() bool
GetIncludeRevoked returns the IncludeRevoked field if non-nil, zero value otherwise.
func (o *KeyfactorApiModelsCertificatesCertificateQueryRequest) GetIncludeRevokedOk() (*bool, bool)
GetIncludeRevokedOk returns a tuple with the IncludeRevoked field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *KeyfactorApiModelsCertificatesCertificateQueryRequest) SetIncludeRevoked(v bool)
SetIncludeRevoked sets IncludeRevoked field to given value.
func (o *KeyfactorApiModelsCertificatesCertificateQueryRequest) HasIncludeRevoked() bool
HasIncludeRevoked returns a boolean if a field has been set.
func (o *KeyfactorApiModelsCertificatesCertificateQueryRequest) GetIncludeExpired() bool
GetIncludeExpired returns the IncludeExpired field if non-nil, zero value otherwise.
func (o *KeyfactorApiModelsCertificatesCertificateQueryRequest) GetIncludeExpiredOk() (*bool, bool)
GetIncludeExpiredOk returns a tuple with the IncludeExpired field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *KeyfactorApiModelsCertificatesCertificateQueryRequest) SetIncludeExpired(v bool)
SetIncludeExpired sets IncludeExpired field to given value.
func (o *KeyfactorApiModelsCertificatesCertificateQueryRequest) HasIncludeExpired() bool
HasIncludeExpired returns a boolean if a field has been set.