Name | Type | Description | Notes |
---|---|---|---|
Id | Pointer to string | [optional] | |
Name | Pointer to string | [optional] | |
Category | Pointer to string | [optional] | |
HelpText | Pointer to string | [optional] | |
Properties | Pointer to []ConfigPropertyRepresentation | [optional] |
func NewIdentityProviderMapperTypeRepresentation() *IdentityProviderMapperTypeRepresentation
NewIdentityProviderMapperTypeRepresentation instantiates a new IdentityProviderMapperTypeRepresentation 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 NewIdentityProviderMapperTypeRepresentationWithDefaults() *IdentityProviderMapperTypeRepresentation
NewIdentityProviderMapperTypeRepresentationWithDefaults instantiates a new IdentityProviderMapperTypeRepresentation 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 *IdentityProviderMapperTypeRepresentation) GetId() string
GetId returns the Id field if non-nil, zero value otherwise.
func (o *IdentityProviderMapperTypeRepresentation) GetIdOk() (*string, 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 *IdentityProviderMapperTypeRepresentation) SetId(v string)
SetId sets Id field to given value.
func (o *IdentityProviderMapperTypeRepresentation) HasId() bool
HasId returns a boolean if a field has been set.
func (o *IdentityProviderMapperTypeRepresentation) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *IdentityProviderMapperTypeRepresentation) 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 *IdentityProviderMapperTypeRepresentation) SetName(v string)
SetName sets Name field to given value.
func (o *IdentityProviderMapperTypeRepresentation) HasName() bool
HasName returns a boolean if a field has been set.
func (o *IdentityProviderMapperTypeRepresentation) GetCategory() string
GetCategory returns the Category field if non-nil, zero value otherwise.
func (o *IdentityProviderMapperTypeRepresentation) GetCategoryOk() (*string, bool)
GetCategoryOk returns a tuple with the Category field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *IdentityProviderMapperTypeRepresentation) SetCategory(v string)
SetCategory sets Category field to given value.
func (o *IdentityProviderMapperTypeRepresentation) HasCategory() bool
HasCategory returns a boolean if a field has been set.
func (o *IdentityProviderMapperTypeRepresentation) GetHelpText() string
GetHelpText returns the HelpText field if non-nil, zero value otherwise.
func (o *IdentityProviderMapperTypeRepresentation) GetHelpTextOk() (*string, bool)
GetHelpTextOk returns a tuple with the HelpText field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *IdentityProviderMapperTypeRepresentation) SetHelpText(v string)
SetHelpText sets HelpText field to given value.
func (o *IdentityProviderMapperTypeRepresentation) HasHelpText() bool
HasHelpText returns a boolean if a field has been set.
func (o *IdentityProviderMapperTypeRepresentation) GetProperties() []ConfigPropertyRepresentation
GetProperties returns the Properties field if non-nil, zero value otherwise.
func (o *IdentityProviderMapperTypeRepresentation) GetPropertiesOk() (*[]ConfigPropertyRepresentation, 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 *IdentityProviderMapperTypeRepresentation) SetProperties(v []ConfigPropertyRepresentation)
SetProperties sets Properties field to given value.
func (o *IdentityProviderMapperTypeRepresentation) HasProperties() bool
HasProperties returns a boolean if a field has been set.