Skip to content

Latest commit

 

History

History
134 lines (73 loc) · 3.62 KB

ProfileMappingSource.md

File metadata and controls

134 lines (73 loc) · 3.62 KB

ProfileMappingSource

Properties

Name Type Description Notes
Id Pointer to string Unique identifier for the application instance or userType [optional] [readonly]
Name Pointer to string Variable name of the application instance or name of the referenced UserType [optional] [readonly]
Type Pointer to string Type of user referenced in the mapping [optional] [readonly]
Links Pointer to SourceLinks [optional]

Methods

NewProfileMappingSource

func NewProfileMappingSource() *ProfileMappingSource

NewProfileMappingSource instantiates a new ProfileMappingSource 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

NewProfileMappingSourceWithDefaults

func NewProfileMappingSourceWithDefaults() *ProfileMappingSource

NewProfileMappingSourceWithDefaults instantiates a new ProfileMappingSource 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 *ProfileMappingSource) GetId() string

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

GetIdOk

func (o *ProfileMappingSource) 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 *ProfileMappingSource) SetId(v string)

SetId sets Id field to given value.

HasId

func (o *ProfileMappingSource) HasId() bool

HasId returns a boolean if a field has been set.

GetName

func (o *ProfileMappingSource) GetName() string

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

GetNameOk

func (o *ProfileMappingSource) 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 *ProfileMappingSource) SetName(v string)

SetName sets Name field to given value.

HasName

func (o *ProfileMappingSource) HasName() bool

HasName returns a boolean if a field has been set.

GetType

func (o *ProfileMappingSource) GetType() string

GetType returns the Type field if non-nil, zero value otherwise.

GetTypeOk

func (o *ProfileMappingSource) GetTypeOk() (*string, bool)

GetTypeOk returns a tuple with the Type field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetType

func (o *ProfileMappingSource) SetType(v string)

SetType sets Type field to given value.

HasType

func (o *ProfileMappingSource) HasType() bool

HasType returns a boolean if a field has been set.

GetLinks

func (o *ProfileMappingSource) GetLinks() SourceLinks

GetLinks returns the Links field if non-nil, zero value otherwise.

GetLinksOk

func (o *ProfileMappingSource) GetLinksOk() (*SourceLinks, bool)

GetLinksOk returns a tuple with the Links field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetLinks

func (o *ProfileMappingSource) SetLinks(v SourceLinks)

SetLinks sets Links field to given value.

HasLinks

func (o *ProfileMappingSource) HasLinks() bool

HasLinks returns a boolean if a field has been set.

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