Skip to content

Latest commit

 

History

History
180 lines (99 loc) · 4.62 KB

DFIQApproachStep.md

File metadata and controls

180 lines (99 loc) · 4.62 KB

DFIQApproachStep

Properties

Name Type Description Notes
Name string
Description Pointer to NullableString [optional]
Stage string
Type Pointer to NullableString [optional]
Value Pointer to NullableString [optional]

Methods

NewDFIQApproachStep

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

NewDFIQApproachStepWithDefaults

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

GetName

func (o *DFIQApproachStep) GetName() string

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

GetNameOk

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.

SetName

func (o *DFIQApproachStep) SetName(v string)

SetName sets Name field to given value.

GetDescription

func (o *DFIQApproachStep) GetDescription() string

GetDescription returns the Description field if non-nil, zero value otherwise.

GetDescriptionOk

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.

SetDescription

func (o *DFIQApproachStep) SetDescription(v string)

SetDescription sets Description field to given value.

HasDescription

func (o *DFIQApproachStep) HasDescription() bool

HasDescription returns a boolean if a field has been set.

SetDescriptionNil

func (o *DFIQApproachStep) SetDescriptionNil(b bool)

SetDescriptionNil sets the value for Description to be an explicit nil

UnsetDescription

func (o *DFIQApproachStep) UnsetDescription()

UnsetDescription ensures that no value is present for Description, not even an explicit nil

GetStage

func (o *DFIQApproachStep) GetStage() string

GetStage returns the Stage field if non-nil, zero value otherwise.

GetStageOk

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.

SetStage

func (o *DFIQApproachStep) SetStage(v string)

SetStage sets Stage field to given value.

GetType

func (o *DFIQApproachStep) GetType() string

GetType returns the Type field if non-nil, zero value otherwise.

GetTypeOk

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.

SetType

func (o *DFIQApproachStep) SetType(v string)

SetType sets Type field to given value.

HasType

func (o *DFIQApproachStep) HasType() bool

HasType returns a boolean if a field has been set.

SetTypeNil

func (o *DFIQApproachStep) SetTypeNil(b bool)

SetTypeNil sets the value for Type to be an explicit nil

UnsetType

func (o *DFIQApproachStep) UnsetType()

UnsetType ensures that no value is present for Type, not even an explicit nil

GetValue

func (o *DFIQApproachStep) GetValue() string

GetValue returns the Value field if non-nil, zero value otherwise.

GetValueOk

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.

SetValue

func (o *DFIQApproachStep) SetValue(v string)

SetValue sets Value field to given value.

HasValue

func (o *DFIQApproachStep) HasValue() bool

HasValue returns a boolean if a field has been set.

SetValueNil

func (o *DFIQApproachStep) SetValueNil(b bool)

SetValueNil sets the value for Value to be an explicit nil

UnsetValue

func (o *DFIQApproachStep) UnsetValue()

UnsetValue ensures that no value is present for Value, not even an explicit nil

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