Name | Type | Description | Notes |
---|---|---|---|
AdministratorLevel | Pointer to []string | [optional] | |
Associations | Pointer to []V0040AssocShort | [optional] | |
Coordinators | Pointer to []V0040Coord | [optional] | |
Default | Pointer to V0041OpenapiSlurmdbdConfigRespUsersInnerDefault | [optional] | |
Flags | Pointer to []string | [optional] | |
Name | string | ||
OldName | Pointer to string | [optional] | |
Wckeys | Pointer to []V0040Wckey | [optional] |
func NewV0040User(name string, ) *V0040User
NewV0040User instantiates a new V0040User 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 NewV0040UserWithDefaults() *V0040User
NewV0040UserWithDefaults instantiates a new V0040User 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 *V0040User) GetAdministratorLevel() []string
GetAdministratorLevel returns the AdministratorLevel field if non-nil, zero value otherwise.
func (o *V0040User) GetAdministratorLevelOk() (*[]string, bool)
GetAdministratorLevelOk returns a tuple with the AdministratorLevel field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V0040User) SetAdministratorLevel(v []string)
SetAdministratorLevel sets AdministratorLevel field to given value.
func (o *V0040User) HasAdministratorLevel() bool
HasAdministratorLevel returns a boolean if a field has been set.
func (o *V0040User) GetAssociations() []V0040AssocShort
GetAssociations returns the Associations field if non-nil, zero value otherwise.
func (o *V0040User) GetAssociationsOk() (*[]V0040AssocShort, bool)
GetAssociationsOk returns a tuple with the Associations field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V0040User) SetAssociations(v []V0040AssocShort)
SetAssociations sets Associations field to given value.
func (o *V0040User) HasAssociations() bool
HasAssociations returns a boolean if a field has been set.
func (o *V0040User) GetCoordinators() []V0040Coord
GetCoordinators returns the Coordinators field if non-nil, zero value otherwise.
func (o *V0040User) GetCoordinatorsOk() (*[]V0040Coord, bool)
GetCoordinatorsOk returns a tuple with the Coordinators field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V0040User) SetCoordinators(v []V0040Coord)
SetCoordinators sets Coordinators field to given value.
func (o *V0040User) HasCoordinators() bool
HasCoordinators returns a boolean if a field has been set.
func (o *V0040User) GetDefault() V0041OpenapiSlurmdbdConfigRespUsersInnerDefault
GetDefault returns the Default field if non-nil, zero value otherwise.
func (o *V0040User) GetDefaultOk() (*V0041OpenapiSlurmdbdConfigRespUsersInnerDefault, bool)
GetDefaultOk returns a tuple with the Default field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V0040User) SetDefault(v V0041OpenapiSlurmdbdConfigRespUsersInnerDefault)
SetDefault sets Default field to given value.
func (o *V0040User) HasDefault() bool
HasDefault returns a boolean if a field has been set.
func (o *V0040User) GetFlags() []string
GetFlags returns the Flags field if non-nil, zero value otherwise.
func (o *V0040User) GetFlagsOk() (*[]string, bool)
GetFlagsOk returns a tuple with the Flags field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V0040User) SetFlags(v []string)
SetFlags sets Flags field to given value.
func (o *V0040User) HasFlags() bool
HasFlags returns a boolean if a field has been set.
func (o *V0040User) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *V0040User) 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.
func (o *V0040User) SetName(v string)
SetName sets Name field to given value.
func (o *V0040User) GetOldName() string
GetOldName returns the OldName field if non-nil, zero value otherwise.
func (o *V0040User) GetOldNameOk() (*string, bool)
GetOldNameOk returns a tuple with the OldName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V0040User) SetOldName(v string)
SetOldName sets OldName field to given value.
func (o *V0040User) HasOldName() bool
HasOldName returns a boolean if a field has been set.
func (o *V0040User) GetWckeys() []V0040Wckey
GetWckeys returns the Wckeys field if non-nil, zero value otherwise.
func (o *V0040User) GetWckeysOk() (*[]V0040Wckey, bool)
GetWckeysOk returns a tuple with the Wckeys field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V0040User) SetWckeys(v []V0040Wckey)
SetWckeys sets Wckeys field to given value.
func (o *V0040User) HasWckeys() bool
HasWckeys returns a boolean if a field has been set.