Skip to content

Latest commit

 

History

History
160 lines (87 loc) · 4.91 KB

IdentityProviderMapperTypeRepresentation.md

File metadata and controls

160 lines (87 loc) · 4.91 KB

IdentityProviderMapperTypeRepresentation

Properties

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]

Methods

NewIdentityProviderMapperTypeRepresentation

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

NewIdentityProviderMapperTypeRepresentationWithDefaults

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

GetId

func (o *IdentityProviderMapperTypeRepresentation) GetId() string

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

GetIdOk

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.

SetId

func (o *IdentityProviderMapperTypeRepresentation) SetId(v string)

SetId sets Id field to given value.

HasId

func (o *IdentityProviderMapperTypeRepresentation) HasId() bool

HasId returns a boolean if a field has been set.

GetName

func (o *IdentityProviderMapperTypeRepresentation) GetName() string

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

GetNameOk

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.

SetName

func (o *IdentityProviderMapperTypeRepresentation) SetName(v string)

SetName sets Name field to given value.

HasName

func (o *IdentityProviderMapperTypeRepresentation) HasName() bool

HasName returns a boolean if a field has been set.

GetCategory

func (o *IdentityProviderMapperTypeRepresentation) GetCategory() string

GetCategory returns the Category field if non-nil, zero value otherwise.

GetCategoryOk

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.

SetCategory

func (o *IdentityProviderMapperTypeRepresentation) SetCategory(v string)

SetCategory sets Category field to given value.

HasCategory

func (o *IdentityProviderMapperTypeRepresentation) HasCategory() bool

HasCategory returns a boolean if a field has been set.

GetHelpText

func (o *IdentityProviderMapperTypeRepresentation) GetHelpText() string

GetHelpText returns the HelpText field if non-nil, zero value otherwise.

GetHelpTextOk

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.

SetHelpText

func (o *IdentityProviderMapperTypeRepresentation) SetHelpText(v string)

SetHelpText sets HelpText field to given value.

HasHelpText

func (o *IdentityProviderMapperTypeRepresentation) HasHelpText() bool

HasHelpText returns a boolean if a field has been set.

GetProperties

func (o *IdentityProviderMapperTypeRepresentation) GetProperties() []ConfigPropertyRepresentation

GetProperties returns the Properties field if non-nil, zero value otherwise.

GetPropertiesOk

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.

SetProperties

func (o *IdentityProviderMapperTypeRepresentation) SetProperties(v []ConfigPropertyRepresentation)

SetProperties sets Properties field to given value.

HasProperties

func (o *IdentityProviderMapperTypeRepresentation) HasProperties() bool

HasProperties returns a boolean if a field has been set.

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