Skip to content

Latest commit

 

History

History
186 lines (101 loc) · 5.09 KB

IdentityMappingPolicyDTO.md

File metadata and controls

186 lines (101 loc) · 5.09 KB

IdentityMappingPolicyDTO

Properties

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]

Methods

NewIdentityMappingPolicyDTO

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

NewIdentityMappingPolicyDTOWithDefaults

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

GetCustomMapper

func (o *IdentityMappingPolicyDTO) GetCustomMapper() string

GetCustomMapper returns the CustomMapper field if non-nil, zero value otherwise.

GetCustomMapperOk

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.

SetCustomMapper

func (o *IdentityMappingPolicyDTO) SetCustomMapper(v string)

SetCustomMapper sets CustomMapper field to given value.

HasCustomMapper

func (o *IdentityMappingPolicyDTO) HasCustomMapper() bool

HasCustomMapper returns a boolean if a field has been set.

GetElementId

func (o *IdentityMappingPolicyDTO) GetElementId() string

GetElementId returns the ElementId field if non-nil, zero value otherwise.

GetElementIdOk

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.

SetElementId

func (o *IdentityMappingPolicyDTO) SetElementId(v string)

SetElementId sets ElementId field to given value.

HasElementId

func (o *IdentityMappingPolicyDTO) HasElementId() bool

HasElementId returns a boolean if a field has been set.

GetId

func (o *IdentityMappingPolicyDTO) GetId() int64

GetId returns the Id field if non-nil, zero value otherwise.

GetIdOk

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.

SetId

func (o *IdentityMappingPolicyDTO) SetId(v int64)

SetId sets Id field to given value.

HasId

func (o *IdentityMappingPolicyDTO) HasId() bool

HasId returns a boolean if a field has been set.

GetMappingType

func (o *IdentityMappingPolicyDTO) GetMappingType() string

GetMappingType returns the MappingType field if non-nil, zero value otherwise.

GetMappingTypeOk

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.

SetMappingType

func (o *IdentityMappingPolicyDTO) SetMappingType(v string)

SetMappingType sets MappingType field to given value.

HasMappingType

func (o *IdentityMappingPolicyDTO) HasMappingType() bool

HasMappingType returns a boolean if a field has been set.

GetName

func (o *IdentityMappingPolicyDTO) GetName() string

GetName returns the Name field if non-nil, zero value otherwise.

GetNameOk

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.

SetName

func (o *IdentityMappingPolicyDTO) SetName(v string)

SetName sets Name field to given value.

HasName

func (o *IdentityMappingPolicyDTO) HasName() bool

HasName returns a boolean if a field has been set.

GetUseLocalId

func (o *IdentityMappingPolicyDTO) GetUseLocalId() bool

GetUseLocalId returns the UseLocalId field if non-nil, zero value otherwise.

GetUseLocalIdOk

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.

SetUseLocalId

func (o *IdentityMappingPolicyDTO) SetUseLocalId(v bool)

SetUseLocalId sets UseLocalId field to given value.

HasUseLocalId

func (o *IdentityMappingPolicyDTO) HasUseLocalId() bool

HasUseLocalId returns a boolean if a field has been set.

[Back to Model list] [Back to API list] [Back to README]