Name | Type | Description | Notes |
---|---|---|---|
CustomMapper | Pointer to string | [optional] | |
ElementId | Pointer to string | [optional] | |
Id | Pointer to int64 | [optional] | |
MappingType | Pointer to string | [optional] | |
Name | Pointer to string | [optional] | |
UseLocalId | Pointer to bool | [optional] |
func NewIdentityMappingPolicyDTO() *IdentityMappingPolicyDTO
NewIdentityMappingPolicyDTO instantiates a new IdentityMappingPolicyDTO 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 NewIdentityMappingPolicyDTOWithDefaults() *IdentityMappingPolicyDTO
NewIdentityMappingPolicyDTOWithDefaults instantiates a new IdentityMappingPolicyDTO 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 *IdentityMappingPolicyDTO) GetCustomMapper() string
GetCustomMapper returns the CustomMapper field if non-nil, zero value otherwise.
func (o *IdentityMappingPolicyDTO) GetCustomMapperOk() (*string, bool)
GetCustomMapperOk returns a tuple with the CustomMapper field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *IdentityMappingPolicyDTO) SetCustomMapper(v string)
SetCustomMapper sets CustomMapper field to given value.
func (o *IdentityMappingPolicyDTO) HasCustomMapper() bool
HasCustomMapper returns a boolean if a field has been set.
func (o *IdentityMappingPolicyDTO) GetElementId() string
GetElementId returns the ElementId field if non-nil, zero value otherwise.
func (o *IdentityMappingPolicyDTO) GetElementIdOk() (*string, bool)
GetElementIdOk returns a tuple with the ElementId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *IdentityMappingPolicyDTO) SetElementId(v string)
SetElementId sets ElementId field to given value.
func (o *IdentityMappingPolicyDTO) HasElementId() bool
HasElementId returns a boolean if a field has been set.
func (o *IdentityMappingPolicyDTO) GetId() int64
GetId returns the Id field if non-nil, zero value otherwise.
func (o *IdentityMappingPolicyDTO) GetIdOk() (*int64, bool)
GetIdOk returns a tuple with the Id field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *IdentityMappingPolicyDTO) SetId(v int64)
SetId sets Id field to given value.
func (o *IdentityMappingPolicyDTO) HasId() bool
HasId returns a boolean if a field has been set.
func (o *IdentityMappingPolicyDTO) GetMappingType() string
GetMappingType returns the MappingType field if non-nil, zero value otherwise.
func (o *IdentityMappingPolicyDTO) GetMappingTypeOk() (*string, bool)
GetMappingTypeOk returns a tuple with the MappingType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *IdentityMappingPolicyDTO) SetMappingType(v string)
SetMappingType sets MappingType field to given value.
func (o *IdentityMappingPolicyDTO) HasMappingType() bool
HasMappingType returns a boolean if a field has been set.
func (o *IdentityMappingPolicyDTO) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *IdentityMappingPolicyDTO) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *IdentityMappingPolicyDTO) SetName(v string)
SetName sets Name field to given value.
func (o *IdentityMappingPolicyDTO) HasName() bool
HasName returns a boolean if a field has been set.
func (o *IdentityMappingPolicyDTO) GetUseLocalId() bool
GetUseLocalId returns the UseLocalId field if non-nil, zero value otherwise.
func (o *IdentityMappingPolicyDTO) GetUseLocalIdOk() (*bool, bool)
GetUseLocalIdOk returns a tuple with the UseLocalId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *IdentityMappingPolicyDTO) SetUseLocalId(v bool)
SetUseLocalId sets UseLocalId field to given value.
func (o *IdentityMappingPolicyDTO) HasUseLocalId() bool
HasUseLocalId returns a boolean if a field has been set.