Name | Type | Description | Notes |
---|---|---|---|
Name | string | ||
Description | Pointer to NullableString | [optional] | |
Stage | string | ||
Type | Pointer to NullableString | [optional] | |
Value | Pointer to NullableString | [optional] |
func NewDFIQApproachStep(name string, stage string, ) *DFIQApproachStep
NewDFIQApproachStep instantiates a new DFIQApproachStep 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 NewDFIQApproachStepWithDefaults() *DFIQApproachStep
NewDFIQApproachStepWithDefaults instantiates a new DFIQApproachStep 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 *DFIQApproachStep) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *DFIQApproachStep) 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 *DFIQApproachStep) SetName(v string)
SetName sets Name field to given value.
func (o *DFIQApproachStep) GetDescription() string
GetDescription returns the Description field if non-nil, zero value otherwise.
func (o *DFIQApproachStep) GetDescriptionOk() (*string, bool)
GetDescriptionOk returns a tuple with the Description field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DFIQApproachStep) SetDescription(v string)
SetDescription sets Description field to given value.
func (o *DFIQApproachStep) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (o *DFIQApproachStep) SetDescriptionNil(b bool)
SetDescriptionNil sets the value for Description to be an explicit nil
func (o *DFIQApproachStep) UnsetDescription()
UnsetDescription ensures that no value is present for Description, not even an explicit nil
func (o *DFIQApproachStep) GetStage() string
GetStage returns the Stage field if non-nil, zero value otherwise.
func (o *DFIQApproachStep) GetStageOk() (*string, bool)
GetStageOk returns a tuple with the Stage field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DFIQApproachStep) SetStage(v string)
SetStage sets Stage field to given value.
func (o *DFIQApproachStep) GetType() string
GetType returns the Type field if non-nil, zero value otherwise.
func (o *DFIQApproachStep) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DFIQApproachStep) SetType(v string)
SetType sets Type field to given value.
func (o *DFIQApproachStep) HasType() bool
HasType returns a boolean if a field has been set.
func (o *DFIQApproachStep) SetTypeNil(b bool)
SetTypeNil sets the value for Type to be an explicit nil
func (o *DFIQApproachStep) UnsetType()
UnsetType ensures that no value is present for Type, not even an explicit nil
func (o *DFIQApproachStep) GetValue() string
GetValue returns the Value field if non-nil, zero value otherwise.
func (o *DFIQApproachStep) GetValueOk() (*string, bool)
GetValueOk returns a tuple with the Value field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DFIQApproachStep) SetValue(v string)
SetValue sets Value field to given value.
func (o *DFIQApproachStep) HasValue() bool
HasValue returns a boolean if a field has been set.
func (o *DFIQApproachStep) SetValueNil(b bool)
SetValueNil sets the value for Value to be an explicit nil
func (o *DFIQApproachStep) UnsetValue()
UnsetValue ensures that no value is present for Value, not even an explicit nil