Name | Type | Description | Notes |
---|---|---|---|
TotalCount | Pointer to int64 | [optional] | |
Results | Pointer to []LdapGroup | [optional] |
func NewLdapGroupSearchResults() *LdapGroupSearchResults
NewLdapGroupSearchResults instantiates a new LdapGroupSearchResults 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 NewLdapGroupSearchResultsWithDefaults() *LdapGroupSearchResults
NewLdapGroupSearchResultsWithDefaults instantiates a new LdapGroupSearchResults 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 *LdapGroupSearchResults) GetTotalCount() int64
GetTotalCount returns the TotalCount field if non-nil, zero value otherwise.
func (o *LdapGroupSearchResults) 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 *LdapGroupSearchResults) SetTotalCount(v int64)
SetTotalCount sets TotalCount field to given value.
func (o *LdapGroupSearchResults) HasTotalCount() bool
HasTotalCount returns a boolean if a field has been set.
func (o *LdapGroupSearchResults) GetResults() []LdapGroup
GetResults returns the Results field if non-nil, zero value otherwise.
func (o *LdapGroupSearchResults) GetResultsOk() (*[]LdapGroup, 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 *LdapGroupSearchResults) SetResults(v []LdapGroup)
SetResults sets Results field to given value.
func (o *LdapGroupSearchResults) HasResults() bool
HasResults returns a boolean if a field has been set.