Name | Type | Description | Notes |
---|---|---|---|
Links | []Link | List of one or more Uniform Resource Locators (URLs) that point to API sub-resources, related API resources, or both. RFC 5988 outlines these relationships. | [readonly] |
Results | []ApiAtlasDatabaseUserViewBase | List of returned documents that MongoDB Cloud provides when completing this request. | [readonly] |
TotalCount | Pointer to float32 | Number of documents returned in this response. | [optional] [readonly] |
func NewPaginatedDatabaseUserView(links []Link, results []ApiAtlasDatabaseUserViewBase, ) *PaginatedDatabaseUserView
NewPaginatedDatabaseUserView instantiates a new PaginatedDatabaseUserView 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 NewPaginatedDatabaseUserViewWithDefaults() *PaginatedDatabaseUserView
NewPaginatedDatabaseUserViewWithDefaults instantiates a new PaginatedDatabaseUserView 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 *PaginatedDatabaseUserView) GetLinks() []Link
GetLinks returns the Links field if non-nil, zero value otherwise.
func (o *PaginatedDatabaseUserView) GetLinksOk() (*[]Link, bool)
GetLinksOk returns a tuple with the Links field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PaginatedDatabaseUserView) SetLinks(v []Link)
SetLinks sets Links field to given value.
func (o *PaginatedDatabaseUserView) GetResults() []ApiAtlasDatabaseUserViewBase
GetResults returns the Results field if non-nil, zero value otherwise.
func (o *PaginatedDatabaseUserView) GetResultsOk() (*[]ApiAtlasDatabaseUserViewBase, 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 *PaginatedDatabaseUserView) SetResults(v []ApiAtlasDatabaseUserViewBase)
SetResults sets Results field to given value.
func (o *PaginatedDatabaseUserView) GetTotalCount() float32
GetTotalCount returns the TotalCount field if non-nil, zero value otherwise.
func (o *PaginatedDatabaseUserView) GetTotalCountOk() (*float32, 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 *PaginatedDatabaseUserView) SetTotalCount(v float32)
SetTotalCount sets TotalCount field to given value.
func (o *PaginatedDatabaseUserView) HasTotalCount() bool
HasTotalCount returns a boolean if a field has been set.