| Name | Type | Description | Notes |
|---|---|---|---|
| StageTypes | []string | ||
| StepTypes | []string |
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
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
func (o *DFIQConfigResponse) GetStageTypes() []string
GetStageTypes returns the StageTypes field if non-nil, zero value otherwise.
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.
func (o *DFIQConfigResponse) SetStageTypes(v []string)
SetStageTypes sets StageTypes field to given value.
func (o *DFIQConfigResponse) GetStepTypes() []string
GetStepTypes returns the StepTypes field if non-nil, zero value otherwise.
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.
func (o *DFIQConfigResponse) SetStepTypes(v []string)
SetStepTypes sets StepTypes field to given value.