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] | |
Fields | []string | ||
ValidationPolicies | Pointer to []string | [optional] |
func NewPromptStage(pk string, name string, component string, verboseName string, verboseNamePlural string, metaModelName string, fields []string, ) *PromptStage
NewPromptStage instantiates a new PromptStage 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 NewPromptStageWithDefaults() *PromptStage
NewPromptStageWithDefaults instantiates a new PromptStage 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 *PromptStage) GetPk() string
GetPk returns the Pk field if non-nil, zero value otherwise.
func (o *PromptStage) 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 *PromptStage) SetPk(v string)
SetPk sets Pk field to given value.
func (o *PromptStage) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *PromptStage) 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 *PromptStage) SetName(v string)
SetName sets Name field to given value.
func (o *PromptStage) GetComponent() string
GetComponent returns the Component field if non-nil, zero value otherwise.
func (o *PromptStage) 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 *PromptStage) SetComponent(v string)
SetComponent sets Component field to given value.
func (o *PromptStage) GetVerboseName() string
GetVerboseName returns the VerboseName field if non-nil, zero value otherwise.
func (o *PromptStage) 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 *PromptStage) SetVerboseName(v string)
SetVerboseName sets VerboseName field to given value.
func (o *PromptStage) GetVerboseNamePlural() string
GetVerboseNamePlural returns the VerboseNamePlural field if non-nil, zero value otherwise.
func (o *PromptStage) 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 *PromptStage) SetVerboseNamePlural(v string)
SetVerboseNamePlural sets VerboseNamePlural field to given value.
func (o *PromptStage) GetMetaModelName() string
GetMetaModelName returns the MetaModelName field if non-nil, zero value otherwise.
func (o *PromptStage) 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 *PromptStage) SetMetaModelName(v string)
SetMetaModelName sets MetaModelName field to given value.
func (o *PromptStage) GetFlowSet() []FlowSet
GetFlowSet returns the FlowSet field if non-nil, zero value otherwise.
func (o *PromptStage) 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 *PromptStage) SetFlowSet(v []FlowSet)
SetFlowSet sets FlowSet field to given value.
func (o *PromptStage) HasFlowSet() bool
HasFlowSet returns a boolean if a field has been set.
func (o *PromptStage) GetFields() []string
GetFields returns the Fields field if non-nil, zero value otherwise.
func (o *PromptStage) GetFieldsOk() (*[]string, bool)
GetFieldsOk returns a tuple with the Fields field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PromptStage) SetFields(v []string)
SetFields sets Fields field to given value.
func (o *PromptStage) GetValidationPolicies() []string
GetValidationPolicies returns the ValidationPolicies field if non-nil, zero value otherwise.
func (o *PromptStage) GetValidationPoliciesOk() (*[]string, bool)
GetValidationPoliciesOk returns a tuple with the ValidationPolicies field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PromptStage) SetValidationPolicies(v []string)
SetValidationPolicies sets ValidationPolicies field to given value.
func (o *PromptStage) HasValidationPolicies() bool
HasValidationPolicies returns a boolean if a field has been set.