Skip to content

Latest commit

 

History

History
82 lines (45 loc) · 2.54 KB

ConfigurationSearchResults.md

File metadata and controls

82 lines (45 loc) · 2.54 KB

ConfigurationSearchResults

Properties

Name Type Description Notes
TotalCount Pointer to int32 [optional]
Results Pointer to []CloudIdPCommonResponse [optional]

Methods

NewConfigurationSearchResults

func NewConfigurationSearchResults() *ConfigurationSearchResults

NewConfigurationSearchResults instantiates a new ConfigurationSearchResults 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

NewConfigurationSearchResultsWithDefaults

func NewConfigurationSearchResultsWithDefaults() *ConfigurationSearchResults

NewConfigurationSearchResultsWithDefaults instantiates a new ConfigurationSearchResults 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

GetTotalCount

func (o *ConfigurationSearchResults) GetTotalCount() int32

GetTotalCount returns the TotalCount field if non-nil, zero value otherwise.

GetTotalCountOk

func (o *ConfigurationSearchResults) GetTotalCountOk() (*int32, 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.

SetTotalCount

func (o *ConfigurationSearchResults) SetTotalCount(v int32)

SetTotalCount sets TotalCount field to given value.

HasTotalCount

func (o *ConfigurationSearchResults) HasTotalCount() bool

HasTotalCount returns a boolean if a field has been set.

GetResults

func (o *ConfigurationSearchResults) GetResults() []CloudIdPCommonResponse

GetResults returns the Results field if non-nil, zero value otherwise.

GetResultsOk

func (o *ConfigurationSearchResults) GetResultsOk() (*[]CloudIdPCommonResponse, 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.

SetResults

func (o *ConfigurationSearchResults) SetResults(v []CloudIdPCommonResponse)

SetResults sets Results field to given value.

HasResults

func (o *ConfigurationSearchResults) HasResults() bool

HasResults returns a boolean if a field has been set.

[Back to Model list] [Back to API list] [Back to README]