Name | Type | Description | Notes |
---|---|---|---|
Namespaces | Pointer to []ApiNamespaceObjView | List that contains each combination of database, collection, and type on the specified host. | [optional] [readonly] |
func NewApiNamespacesView() *ApiNamespacesView
NewApiNamespacesView instantiates a new ApiNamespacesView 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 NewApiNamespacesViewWithDefaults() *ApiNamespacesView
NewApiNamespacesViewWithDefaults instantiates a new ApiNamespacesView 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 *ApiNamespacesView) GetNamespaces() []ApiNamespaceObjView
GetNamespaces returns the Namespaces field if non-nil, zero value otherwise.
func (o *ApiNamespacesView) GetNamespacesOk() (*[]ApiNamespaceObjView, bool)
GetNamespacesOk returns a tuple with the Namespaces field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApiNamespacesView) SetNamespaces(v []ApiNamespaceObjView)
SetNamespaces sets Namespaces field to given value.
func (o *ApiNamespacesView) HasNamespaces() bool
HasNamespaces returns a boolean if a field has been set.