Skip to content

Latest commit

 

History

History
261 lines (138 loc) · 6.43 KB

AzureMappings.md

File metadata and controls

261 lines (138 loc) · 6.43 KB

AzureMappings

Properties

Name Type Description Notes
UserId string
UserName string
RealName string
Email string
Department string
Building string
Room string
Phone string
Position string
GroupId string
GroupName string

Methods

NewAzureMappings

func NewAzureMappings(userId string, userName string, realName string, email string, department string, building string, room string, phone string, position string, groupId string, groupName string, ) *AzureMappings

NewAzureMappings instantiates a new AzureMappings 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

NewAzureMappingsWithDefaults

func NewAzureMappingsWithDefaults() *AzureMappings

NewAzureMappingsWithDefaults instantiates a new AzureMappings 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

GetUserId

func (o *AzureMappings) GetUserId() string

GetUserId returns the UserId field if non-nil, zero value otherwise.

GetUserIdOk

func (o *AzureMappings) GetUserIdOk() (*string, bool)

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

SetUserId

func (o *AzureMappings) SetUserId(v string)

SetUserId sets UserId field to given value.

GetUserName

func (o *AzureMappings) GetUserName() string

GetUserName returns the UserName field if non-nil, zero value otherwise.

GetUserNameOk

func (o *AzureMappings) GetUserNameOk() (*string, bool)

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

SetUserName

func (o *AzureMappings) SetUserName(v string)

SetUserName sets UserName field to given value.

GetRealName

func (o *AzureMappings) GetRealName() string

GetRealName returns the RealName field if non-nil, zero value otherwise.

GetRealNameOk

func (o *AzureMappings) GetRealNameOk() (*string, bool)

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

SetRealName

func (o *AzureMappings) SetRealName(v string)

SetRealName sets RealName field to given value.

GetEmail

func (o *AzureMappings) GetEmail() string

GetEmail returns the Email field if non-nil, zero value otherwise.

GetEmailOk

func (o *AzureMappings) GetEmailOk() (*string, bool)

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

SetEmail

func (o *AzureMappings) SetEmail(v string)

SetEmail sets Email field to given value.

GetDepartment

func (o *AzureMappings) GetDepartment() string

GetDepartment returns the Department field if non-nil, zero value otherwise.

GetDepartmentOk

func (o *AzureMappings) GetDepartmentOk() (*string, bool)

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

SetDepartment

func (o *AzureMappings) SetDepartment(v string)

SetDepartment sets Department field to given value.

GetBuilding

func (o *AzureMappings) GetBuilding() string

GetBuilding returns the Building field if non-nil, zero value otherwise.

GetBuildingOk

func (o *AzureMappings) GetBuildingOk() (*string, bool)

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

SetBuilding

func (o *AzureMappings) SetBuilding(v string)

SetBuilding sets Building field to given value.

GetRoom

func (o *AzureMappings) GetRoom() string

GetRoom returns the Room field if non-nil, zero value otherwise.

GetRoomOk

func (o *AzureMappings) GetRoomOk() (*string, bool)

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

SetRoom

func (o *AzureMappings) SetRoom(v string)

SetRoom sets Room field to given value.

GetPhone

func (o *AzureMappings) GetPhone() string

GetPhone returns the Phone field if non-nil, zero value otherwise.

GetPhoneOk

func (o *AzureMappings) GetPhoneOk() (*string, bool)

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

SetPhone

func (o *AzureMappings) SetPhone(v string)

SetPhone sets Phone field to given value.

GetPosition

func (o *AzureMappings) GetPosition() string

GetPosition returns the Position field if non-nil, zero value otherwise.

GetPositionOk

func (o *AzureMappings) GetPositionOk() (*string, bool)

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

SetPosition

func (o *AzureMappings) SetPosition(v string)

SetPosition sets Position field to given value.

GetGroupId

func (o *AzureMappings) GetGroupId() string

GetGroupId returns the GroupId field if non-nil, zero value otherwise.

GetGroupIdOk

func (o *AzureMappings) GetGroupIdOk() (*string, bool)

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

SetGroupId

func (o *AzureMappings) SetGroupId(v string)

SetGroupId sets GroupId field to given value.

GetGroupName

func (o *AzureMappings) GetGroupName() string

GetGroupName returns the GroupName field if non-nil, zero value otherwise.

GetGroupNameOk

func (o *AzureMappings) GetGroupNameOk() (*string, bool)

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

SetGroupName

func (o *AzureMappings) SetGroupName(v string)

SetGroupName sets GroupName field to given value.

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