Name | Type | Description | Notes |
---|---|---|---|
PkiUserID | int32 | The unique ID of the User | |
SUserFirstname | string | The first name of the user | |
SUserLastname | string | The last name of the user | |
SUserLoginname | string | The login name of the User. | |
BUserIsactive | bool | Whether the User is active or not | |
EUserType | FieldEUserType | ||
EUserOrigin | FieldEUserOrigin | ||
EUserEzsignaccess | FieldEUserEzsignaccess | ||
DtUserEzsignprepaidexpiration | Pointer to string | The eZsign prepaid expiration date | [optional] |
SEmailAddress | string | The email address. | |
SUserJobtitle | Pointer to string | The job title of the user | [optional] |
func NewUserListElement(pkiUserID int32, sUserFirstname string, sUserLastname string, sUserLoginname string, bUserIsactive bool, eUserType FieldEUserType, eUserOrigin FieldEUserOrigin, eUserEzsignaccess FieldEUserEzsignaccess, sEmailAddress string, ) *UserListElement
NewUserListElement instantiates a new UserListElement 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 NewUserListElementWithDefaults() *UserListElement
NewUserListElementWithDefaults instantiates a new UserListElement 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 *UserListElement) GetPkiUserID() int32
GetPkiUserID returns the PkiUserID field if non-nil, zero value otherwise.
func (o *UserListElement) GetPkiUserIDOk() (*int32, bool)
GetPkiUserIDOk returns a tuple with the PkiUserID field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UserListElement) SetPkiUserID(v int32)
SetPkiUserID sets PkiUserID field to given value.
func (o *UserListElement) GetSUserFirstname() string
GetSUserFirstname returns the SUserFirstname field if non-nil, zero value otherwise.
func (o *UserListElement) GetSUserFirstnameOk() (*string, bool)
GetSUserFirstnameOk returns a tuple with the SUserFirstname field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UserListElement) SetSUserFirstname(v string)
SetSUserFirstname sets SUserFirstname field to given value.
func (o *UserListElement) GetSUserLastname() string
GetSUserLastname returns the SUserLastname field if non-nil, zero value otherwise.
func (o *UserListElement) GetSUserLastnameOk() (*string, bool)
GetSUserLastnameOk returns a tuple with the SUserLastname field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UserListElement) SetSUserLastname(v string)
SetSUserLastname sets SUserLastname field to given value.
func (o *UserListElement) GetSUserLoginname() string
GetSUserLoginname returns the SUserLoginname field if non-nil, zero value otherwise.
func (o *UserListElement) GetSUserLoginnameOk() (*string, bool)
GetSUserLoginnameOk returns a tuple with the SUserLoginname field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UserListElement) SetSUserLoginname(v string)
SetSUserLoginname sets SUserLoginname field to given value.
func (o *UserListElement) GetBUserIsactive() bool
GetBUserIsactive returns the BUserIsactive field if non-nil, zero value otherwise.
func (o *UserListElement) GetBUserIsactiveOk() (*bool, bool)
GetBUserIsactiveOk returns a tuple with the BUserIsactive field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UserListElement) SetBUserIsactive(v bool)
SetBUserIsactive sets BUserIsactive field to given value.
func (o *UserListElement) GetEUserType() FieldEUserType
GetEUserType returns the EUserType field if non-nil, zero value otherwise.
func (o *UserListElement) GetEUserTypeOk() (*FieldEUserType, bool)
GetEUserTypeOk returns a tuple with the EUserType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UserListElement) SetEUserType(v FieldEUserType)
SetEUserType sets EUserType field to given value.
func (o *UserListElement) GetEUserOrigin() FieldEUserOrigin
GetEUserOrigin returns the EUserOrigin field if non-nil, zero value otherwise.
func (o *UserListElement) GetEUserOriginOk() (*FieldEUserOrigin, bool)
GetEUserOriginOk returns a tuple with the EUserOrigin field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UserListElement) SetEUserOrigin(v FieldEUserOrigin)
SetEUserOrigin sets EUserOrigin field to given value.
func (o *UserListElement) GetEUserEzsignaccess() FieldEUserEzsignaccess
GetEUserEzsignaccess returns the EUserEzsignaccess field if non-nil, zero value otherwise.
func (o *UserListElement) GetEUserEzsignaccessOk() (*FieldEUserEzsignaccess, bool)
GetEUserEzsignaccessOk returns a tuple with the EUserEzsignaccess field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UserListElement) SetEUserEzsignaccess(v FieldEUserEzsignaccess)
SetEUserEzsignaccess sets EUserEzsignaccess field to given value.
func (o *UserListElement) GetDtUserEzsignprepaidexpiration() string
GetDtUserEzsignprepaidexpiration returns the DtUserEzsignprepaidexpiration field if non-nil, zero value otherwise.
func (o *UserListElement) GetDtUserEzsignprepaidexpirationOk() (*string, bool)
GetDtUserEzsignprepaidexpirationOk returns a tuple with the DtUserEzsignprepaidexpiration field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UserListElement) SetDtUserEzsignprepaidexpiration(v string)
SetDtUserEzsignprepaidexpiration sets DtUserEzsignprepaidexpiration field to given value.
func (o *UserListElement) HasDtUserEzsignprepaidexpiration() bool
HasDtUserEzsignprepaidexpiration returns a boolean if a field has been set.
func (o *UserListElement) GetSEmailAddress() string
GetSEmailAddress returns the SEmailAddress field if non-nil, zero value otherwise.
func (o *UserListElement) GetSEmailAddressOk() (*string, bool)
GetSEmailAddressOk returns a tuple with the SEmailAddress field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UserListElement) SetSEmailAddress(v string)
SetSEmailAddress sets SEmailAddress field to given value.
func (o *UserListElement) GetSUserJobtitle() string
GetSUserJobtitle returns the SUserJobtitle field if non-nil, zero value otherwise.
func (o *UserListElement) GetSUserJobtitleOk() (*string, bool)
GetSUserJobtitleOk returns a tuple with the SUserJobtitle field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UserListElement) SetSUserJobtitle(v string)
SetSUserJobtitle sets SUserJobtitle field to given value.
func (o *UserListElement) HasSUserJobtitle() bool
HasSUserJobtitle returns a boolean if a field has been set.