Name | Type | Description | Notes |
---|---|---|---|
Metadata | Pointer to V3UsersPostRequestMetadata | [optional] |
func NewV3UsersGuidPatchRequest() *V3UsersGuidPatchRequest
NewV3UsersGuidPatchRequest instantiates a new V3UsersGuidPatchRequest 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 NewV3UsersGuidPatchRequestWithDefaults() *V3UsersGuidPatchRequest
NewV3UsersGuidPatchRequestWithDefaults instantiates a new V3UsersGuidPatchRequest 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 *V3UsersGuidPatchRequest) GetMetadata() V3UsersPostRequestMetadata
GetMetadata returns the Metadata field if non-nil, zero value otherwise.
func (o *V3UsersGuidPatchRequest) GetMetadataOk() (*V3UsersPostRequestMetadata, 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 *V3UsersGuidPatchRequest) SetMetadata(v V3UsersPostRequestMetadata)
SetMetadata sets Metadata field to given value.
func (o *V3UsersGuidPatchRequest) HasMetadata() bool
HasMetadata returns a boolean if a field has been set.