Name | Type | Description | Notes |
---|---|---|---|
Pk | string | [readonly] | |
Name | string | ||
Component | string | Get object type so that we know how to edit the object | [readonly] |
VerboseName | string | Return object's verbose_name | [readonly] |
VerboseNamePlural | string | Return object's plural verbose_name | [readonly] |
MetaModelName | string | Return internal model name | [readonly] |
FlowSet | Pointer to []FlowSet | [optional] | |
UserCreationMode | Pointer to UserCreationModeEnum | [optional] | |
CreateUsersAsInactive | Pointer to bool | When set, newly created users are inactive and cannot login. | [optional] |
CreateUsersGroup | Pointer to NullableString | Optionally add newly created users to this group. | [optional] |
UserType | Pointer to UserTypeEnum | [optional] | |
UserPathTemplate | Pointer to string | [optional] |
func NewUserWriteStage(pk string, name string, component string, verboseName string, verboseNamePlural string, metaModelName string, ) *UserWriteStage
NewUserWriteStage instantiates a new UserWriteStage 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 NewUserWriteStageWithDefaults() *UserWriteStage
NewUserWriteStageWithDefaults instantiates a new UserWriteStage 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 *UserWriteStage) GetPk() string
GetPk returns the Pk field if non-nil, zero value otherwise.
func (o *UserWriteStage) GetPkOk() (*string, bool)
GetPkOk returns a tuple with the Pk field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UserWriteStage) SetPk(v string)
SetPk sets Pk field to given value.
func (o *UserWriteStage) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *UserWriteStage) 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 *UserWriteStage) SetName(v string)
SetName sets Name field to given value.
func (o *UserWriteStage) GetComponent() string
GetComponent returns the Component field if non-nil, zero value otherwise.
func (o *UserWriteStage) GetComponentOk() (*string, bool)
GetComponentOk returns a tuple with the Component field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UserWriteStage) SetComponent(v string)
SetComponent sets Component field to given value.
func (o *UserWriteStage) GetVerboseName() string
GetVerboseName returns the VerboseName field if non-nil, zero value otherwise.
func (o *UserWriteStage) GetVerboseNameOk() (*string, bool)
GetVerboseNameOk returns a tuple with the VerboseName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UserWriteStage) SetVerboseName(v string)
SetVerboseName sets VerboseName field to given value.
func (o *UserWriteStage) GetVerboseNamePlural() string
GetVerboseNamePlural returns the VerboseNamePlural field if non-nil, zero value otherwise.
func (o *UserWriteStage) GetVerboseNamePluralOk() (*string, bool)
GetVerboseNamePluralOk returns a tuple with the VerboseNamePlural field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UserWriteStage) SetVerboseNamePlural(v string)
SetVerboseNamePlural sets VerboseNamePlural field to given value.
func (o *UserWriteStage) GetMetaModelName() string
GetMetaModelName returns the MetaModelName field if non-nil, zero value otherwise.
func (o *UserWriteStage) GetMetaModelNameOk() (*string, bool)
GetMetaModelNameOk returns a tuple with the MetaModelName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UserWriteStage) SetMetaModelName(v string)
SetMetaModelName sets MetaModelName field to given value.
func (o *UserWriteStage) GetFlowSet() []FlowSet
GetFlowSet returns the FlowSet field if non-nil, zero value otherwise.
func (o *UserWriteStage) GetFlowSetOk() (*[]FlowSet, bool)
GetFlowSetOk returns a tuple with the FlowSet field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UserWriteStage) SetFlowSet(v []FlowSet)
SetFlowSet sets FlowSet field to given value.
func (o *UserWriteStage) HasFlowSet() bool
HasFlowSet returns a boolean if a field has been set.
func (o *UserWriteStage) GetUserCreationMode() UserCreationModeEnum
GetUserCreationMode returns the UserCreationMode field if non-nil, zero value otherwise.
func (o *UserWriteStage) GetUserCreationModeOk() (*UserCreationModeEnum, bool)
GetUserCreationModeOk returns a tuple with the UserCreationMode field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UserWriteStage) SetUserCreationMode(v UserCreationModeEnum)
SetUserCreationMode sets UserCreationMode field to given value.
func (o *UserWriteStage) HasUserCreationMode() bool
HasUserCreationMode returns a boolean if a field has been set.
func (o *UserWriteStage) GetCreateUsersAsInactive() bool
GetCreateUsersAsInactive returns the CreateUsersAsInactive field if non-nil, zero value otherwise.
func (o *UserWriteStage) GetCreateUsersAsInactiveOk() (*bool, bool)
GetCreateUsersAsInactiveOk returns a tuple with the CreateUsersAsInactive field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UserWriteStage) SetCreateUsersAsInactive(v bool)
SetCreateUsersAsInactive sets CreateUsersAsInactive field to given value.
func (o *UserWriteStage) HasCreateUsersAsInactive() bool
HasCreateUsersAsInactive returns a boolean if a field has been set.
func (o *UserWriteStage) GetCreateUsersGroup() string
GetCreateUsersGroup returns the CreateUsersGroup field if non-nil, zero value otherwise.
func (o *UserWriteStage) GetCreateUsersGroupOk() (*string, bool)
GetCreateUsersGroupOk returns a tuple with the CreateUsersGroup field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UserWriteStage) SetCreateUsersGroup(v string)
SetCreateUsersGroup sets CreateUsersGroup field to given value.
func (o *UserWriteStage) HasCreateUsersGroup() bool
HasCreateUsersGroup returns a boolean if a field has been set.
func (o *UserWriteStage) SetCreateUsersGroupNil(b bool)
SetCreateUsersGroupNil sets the value for CreateUsersGroup to be an explicit nil
func (o *UserWriteStage) UnsetCreateUsersGroup()
UnsetCreateUsersGroup ensures that no value is present for CreateUsersGroup, not even an explicit nil
func (o *UserWriteStage) GetUserType() UserTypeEnum
GetUserType returns the UserType field if non-nil, zero value otherwise.
func (o *UserWriteStage) GetUserTypeOk() (*UserTypeEnum, bool)
GetUserTypeOk returns a tuple with the UserType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UserWriteStage) SetUserType(v UserTypeEnum)
SetUserType sets UserType field to given value.
func (o *UserWriteStage) HasUserType() bool
HasUserType returns a boolean if a field has been set.
func (o *UserWriteStage) GetUserPathTemplate() string
GetUserPathTemplate returns the UserPathTemplate field if non-nil, zero value otherwise.
func (o *UserWriteStage) GetUserPathTemplateOk() (*string, bool)
GetUserPathTemplateOk returns a tuple with the UserPathTemplate field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UserWriteStage) SetUserPathTemplate(v string)
SetUserPathTemplate sets UserPathTemplate field to given value.
func (o *UserWriteStage) HasUserPathTemplate() bool
HasUserPathTemplate returns a boolean if a field has been set.