Name | Type | Description | Notes |
---|---|---|---|
User | Pointer to NullableInt32 | [optional] | |
Context | Pointer to map[string]interface{} | [optional] | |
Group | Pointer to NullableString | [optional] |
func NewPropertyMappingTestRequest() *PropertyMappingTestRequest
NewPropertyMappingTestRequest instantiates a new PropertyMappingTestRequest 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 NewPropertyMappingTestRequestWithDefaults() *PropertyMappingTestRequest
NewPropertyMappingTestRequestWithDefaults instantiates a new PropertyMappingTestRequest 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 *PropertyMappingTestRequest) GetUser() int32
GetUser returns the User field if non-nil, zero value otherwise.
func (o *PropertyMappingTestRequest) GetUserOk() (*int32, bool)
GetUserOk returns a tuple with the User field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PropertyMappingTestRequest) SetUser(v int32)
SetUser sets User field to given value.
func (o *PropertyMappingTestRequest) HasUser() bool
HasUser returns a boolean if a field has been set.
func (o *PropertyMappingTestRequest) SetUserNil(b bool)
SetUserNil sets the value for User to be an explicit nil
func (o *PropertyMappingTestRequest) UnsetUser()
UnsetUser ensures that no value is present for User, not even an explicit nil
func (o *PropertyMappingTestRequest) GetContext() map[string]interface{}
GetContext returns the Context field if non-nil, zero value otherwise.
func (o *PropertyMappingTestRequest) GetContextOk() (*map[string]interface{}, bool)
GetContextOk returns a tuple with the Context field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PropertyMappingTestRequest) SetContext(v map[string]interface{})
SetContext sets Context field to given value.
func (o *PropertyMappingTestRequest) HasContext() bool
HasContext returns a boolean if a field has been set.
func (o *PropertyMappingTestRequest) GetGroup() string
GetGroup returns the Group field if non-nil, zero value otherwise.
func (o *PropertyMappingTestRequest) GetGroupOk() (*string, bool)
GetGroupOk returns a tuple with the Group field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PropertyMappingTestRequest) SetGroup(v string)
SetGroup sets Group field to given value.
func (o *PropertyMappingTestRequest) HasGroup() bool
HasGroup returns a boolean if a field has been set.
func (o *PropertyMappingTestRequest) SetGroupNil(b bool)
SetGroupNil sets the value for Group to be an explicit nil
func (o *PropertyMappingTestRequest) UnsetGroup()
UnsetGroup ensures that no value is present for Group, not even an explicit nil