Skip to content

Latest commit

 

History

History
72 lines (39 loc) · 2.1 KB

File metadata and controls

72 lines (39 loc) · 2.1 KB

DFIQConfigResponse

Properties

Name Type Description Notes
StageTypes []string
StepTypes []string

Methods

NewDFIQConfigResponse

func NewDFIQConfigResponse(stageTypes []string, stepTypes []string, ) *DFIQConfigResponse

NewDFIQConfigResponse instantiates a new DFIQConfigResponse 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

NewDFIQConfigResponseWithDefaults

func NewDFIQConfigResponseWithDefaults() *DFIQConfigResponse

NewDFIQConfigResponseWithDefaults instantiates a new DFIQConfigResponse 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

GetStageTypes

func (o *DFIQConfigResponse) GetStageTypes() []string

GetStageTypes returns the StageTypes field if non-nil, zero value otherwise.

GetStageTypesOk

func (o *DFIQConfigResponse) GetStageTypesOk() (*[]string, bool)

GetStageTypesOk returns a tuple with the StageTypes field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetStageTypes

func (o *DFIQConfigResponse) SetStageTypes(v []string)

SetStageTypes sets StageTypes field to given value.

GetStepTypes

func (o *DFIQConfigResponse) GetStepTypes() []string

GetStepTypes returns the StepTypes field if non-nil, zero value otherwise.

GetStepTypesOk

func (o *DFIQConfigResponse) GetStepTypesOk() (*[]string, bool)

GetStepTypesOk returns a tuple with the StepTypes field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetStepTypes

func (o *DFIQConfigResponse) SetStepTypes(v []string)

SetStepTypes sets StepTypes field to given value.

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