func NewUserPropertiesPost() *UserPropertiesPost
func NewUserPropertiesPostWithDefaults() *UserPropertiesPost
func (o *UserPropertiesPost) GetFirstname() string
func (o *UserPropertiesPost) GetFirstnameOk() (*string, bool)
func (o *UserPropertiesPost) SetFirstname(v string)
func (o *UserPropertiesPost) HasFirstname() bool
func (o *UserPropertiesPost) GetLastname() string
func (o *UserPropertiesPost) GetLastnameOk() (*string, bool)
func (o *UserPropertiesPost) SetLastname(v string)
func (o *UserPropertiesPost) HasLastname() bool
func (o *UserPropertiesPost) GetEmail() string
func (o *UserPropertiesPost) GetEmailOk() (*string, bool)
func (o *UserPropertiesPost) SetEmail(v string)
func (o *UserPropertiesPost) HasEmail() bool
func (o *UserPropertiesPost) GetAdministrator() bool
func (o *UserPropertiesPost) GetAdministratorOk() (*bool, bool)
func (o *UserPropertiesPost) SetAdministrator(v bool)
func (o *UserPropertiesPost) HasAdministrator() bool
func (o *UserPropertiesPost) GetForceSecAuth() bool
func (o *UserPropertiesPost) GetForceSecAuthOk() (*bool, bool)
func (o *UserPropertiesPost) SetForceSecAuth(v bool)
func (o *UserPropertiesPost) HasForceSecAuth() bool
func (o *UserPropertiesPost) GetSecAuthActive() bool
func (o *UserPropertiesPost) GetSecAuthActiveOk() (*bool, bool)
func (o *UserPropertiesPost) SetSecAuthActive(v bool)
func (o *UserPropertiesPost) HasSecAuthActive() bool
func (o *UserPropertiesPost) GetPassword() string
func (o *UserPropertiesPost) GetPasswordOk() (*string, bool)
func (o *UserPropertiesPost) SetPassword(v string)
func (o *UserPropertiesPost) HasPassword() bool
func (o *UserPropertiesPost) GetActive() bool
func (o *UserPropertiesPost) GetActiveOk() (*bool, bool)
func (o *UserPropertiesPost) SetActive(v bool)
func (o *UserPropertiesPost) HasActive() bool