Name | Type | Description | Notes |
---|---|---|---|
TotalCount | Pointer to int64 | [optional] | |
Results | Pointer to []SupervisionIdentity | [optional] |
func NewSupervisionIdentitySearchResults() *SupervisionIdentitySearchResults
NewSupervisionIdentitySearchResults instantiates a new SupervisionIdentitySearchResults 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 NewSupervisionIdentitySearchResultsWithDefaults() *SupervisionIdentitySearchResults
NewSupervisionIdentitySearchResultsWithDefaults instantiates a new SupervisionIdentitySearchResults 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 *SupervisionIdentitySearchResults) GetTotalCount() int64
GetTotalCount returns the TotalCount field if non-nil, zero value otherwise.
func (o *SupervisionIdentitySearchResults) GetTotalCountOk() (*int64, bool)
GetTotalCountOk returns a tuple with the TotalCount field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SupervisionIdentitySearchResults) SetTotalCount(v int64)
SetTotalCount sets TotalCount field to given value.
func (o *SupervisionIdentitySearchResults) HasTotalCount() bool
HasTotalCount returns a boolean if a field has been set.
func (o *SupervisionIdentitySearchResults) GetResults() []SupervisionIdentity
GetResults returns the Results field if non-nil, zero value otherwise.
func (o *SupervisionIdentitySearchResults) GetResultsOk() (*[]SupervisionIdentity, bool)
GetResultsOk returns a tuple with the Results field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SupervisionIdentitySearchResults) SetResults(v []SupervisionIdentity)
SetResults sets Results field to given value.
func (o *SupervisionIdentitySearchResults) HasResults() bool
HasResults returns a boolean if a field has been set.