2.5 KiB
SchemaAddUserReq
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| DisplayName | string | ||
| string | |||
| Password | string |
Methods
NewSchemaAddUserReq
func NewSchemaAddUserReq(displayName string, email string, password string, ) *SchemaAddUserReq
NewSchemaAddUserReq instantiates a new SchemaAddUserReq 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
NewSchemaAddUserReqWithDefaults
func NewSchemaAddUserReqWithDefaults() *SchemaAddUserReq
NewSchemaAddUserReqWithDefaults instantiates a new SchemaAddUserReq 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
GetDisplayName
func (o *SchemaAddUserReq) GetDisplayName() string
GetDisplayName returns the DisplayName field if non-nil, zero value otherwise.
GetDisplayNameOk
func (o *SchemaAddUserReq) GetDisplayNameOk() (*string, bool)
GetDisplayNameOk returns a tuple with the DisplayName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetDisplayName
func (o *SchemaAddUserReq) SetDisplayName(v string)
SetDisplayName sets DisplayName field to given value.
GetEmail
func (o *SchemaAddUserReq) GetEmail() string
GetEmail returns the Email field if non-nil, zero value otherwise.
GetEmailOk
func (o *SchemaAddUserReq) 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 *SchemaAddUserReq) SetEmail(v string)
SetEmail sets Email field to given value.
GetPassword
func (o *SchemaAddUserReq) GetPassword() string
GetPassword returns the Password field if non-nil, zero value otherwise.
GetPasswordOk
func (o *SchemaAddUserReq) GetPasswordOk() (*string, bool)
GetPasswordOk returns a tuple with the Password field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetPassword
func (o *SchemaAddUserReq) SetPassword(v string)
SetPassword sets Password field to given value.