Skip to content

Latest commit

 

History

History
233 lines (126 loc) · 6.2 KB

V0040User.md

File metadata and controls

233 lines (126 loc) · 6.2 KB

V0040User

Properties

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]

Methods

NewV0040User

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

NewV0040UserWithDefaults

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

GetAdministratorLevel

func (o *V0040User) GetAdministratorLevel() []string

GetAdministratorLevel returns the AdministratorLevel field if non-nil, zero value otherwise.

GetAdministratorLevelOk

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.

SetAdministratorLevel

func (o *V0040User) SetAdministratorLevel(v []string)

SetAdministratorLevel sets AdministratorLevel field to given value.

HasAdministratorLevel

func (o *V0040User) HasAdministratorLevel() bool

HasAdministratorLevel returns a boolean if a field has been set.

GetAssociations

func (o *V0040User) GetAssociations() []V0040AssocShort

GetAssociations returns the Associations field if non-nil, zero value otherwise.

GetAssociationsOk

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.

SetAssociations

func (o *V0040User) SetAssociations(v []V0040AssocShort)

SetAssociations sets Associations field to given value.

HasAssociations

func (o *V0040User) HasAssociations() bool

HasAssociations returns a boolean if a field has been set.

GetCoordinators

func (o *V0040User) GetCoordinators() []V0040Coord

GetCoordinators returns the Coordinators field if non-nil, zero value otherwise.

GetCoordinatorsOk

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.

SetCoordinators

func (o *V0040User) SetCoordinators(v []V0040Coord)

SetCoordinators sets Coordinators field to given value.

HasCoordinators

func (o *V0040User) HasCoordinators() bool

HasCoordinators returns a boolean if a field has been set.

GetDefault

func (o *V0040User) GetDefault() V0041OpenapiSlurmdbdConfigRespUsersInnerDefault

GetDefault returns the Default field if non-nil, zero value otherwise.

GetDefaultOk

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.

SetDefault

func (o *V0040User) SetDefault(v V0041OpenapiSlurmdbdConfigRespUsersInnerDefault)

SetDefault sets Default field to given value.

HasDefault

func (o *V0040User) HasDefault() bool

HasDefault returns a boolean if a field has been set.

GetFlags

func (o *V0040User) GetFlags() []string

GetFlags returns the Flags field if non-nil, zero value otherwise.

GetFlagsOk

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.

SetFlags

func (o *V0040User) SetFlags(v []string)

SetFlags sets Flags field to given value.

HasFlags

func (o *V0040User) HasFlags() bool

HasFlags returns a boolean if a field has been set.

GetName

func (o *V0040User) GetName() string

GetName returns the Name field if non-nil, zero value otherwise.

GetNameOk

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.

SetName

func (o *V0040User) SetName(v string)

SetName sets Name field to given value.

GetOldName

func (o *V0040User) GetOldName() string

GetOldName returns the OldName field if non-nil, zero value otherwise.

GetOldNameOk

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.

SetOldName

func (o *V0040User) SetOldName(v string)

SetOldName sets OldName field to given value.

HasOldName

func (o *V0040User) HasOldName() bool

HasOldName returns a boolean if a field has been set.

GetWckeys

func (o *V0040User) GetWckeys() []V0040Wckey

GetWckeys returns the Wckeys field if non-nil, zero value otherwise.

GetWckeysOk

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.

SetWckeys

func (o *V0040User) SetWckeys(v []V0040Wckey)

SetWckeys sets Wckeys field to given value.

HasWckeys

func (o *V0040User) HasWckeys() bool

HasWckeys returns a boolean if a field has been set.

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