PatchUserRequest
Last updated
Last updated
MongoDB database user patch request.
Name | Type | Description | Notes |
---|---|---|---|
func (o *PatchUserRequest) GetMetadata() UserMetadata
GetMetadata returns the Metadata field if non-nil, zero value otherwise.
func (o *PatchUserRequest) GetMetadataOk() (*UserMetadata, bool)
GetMetadataOk returns a tuple with the Metadata field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PatchUserRequest) SetMetadata(v UserMetadata)
SetMetadata sets Metadata field to given value.
func (o *PatchUserRequest) HasMetadata() bool
HasMetadata returns a boolean if a field has been set.
func (o *PatchUserRequest) GetProperties() PatchUserProperties
GetProperties returns the Properties field if non-nil, zero value otherwise.
func (o *PatchUserRequest) GetPropertiesOk() (*PatchUserProperties, bool)
GetPropertiesOk returns a tuple with the Properties field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PatchUserRequest) SetProperties(v PatchUserProperties)
SetProperties sets Properties field to given value.
func (o *PatchUserRequest) HasProperties() bool
HasProperties returns a boolean if a field has been set.
Metadata
Pointer to UserMetadata
[optional]
Properties
Pointer to PatchUserProperties
[optional]