Name | Type | Description | Notes |
---|---|---|---|
StepResults | Pointer to []HttpEngineStep | The results of the steps | [optional] |
TimingInfo | Pointer to HttpEngineAttributesTimingInfo | [optional] | |
TotalSteps | int32 | Number of total steps | |
PassedSteps | int32 | Number of passed/succeed tests |
func NewHttpEngineAttributes(totalSteps int32, passedSteps int32, ) *HttpEngineAttributes
NewHttpEngineAttributes instantiates a new HttpEngineAttributes 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 NewHttpEngineAttributesWithDefaults() *HttpEngineAttributes
NewHttpEngineAttributesWithDefaults instantiates a new HttpEngineAttributes 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 *HttpEngineAttributes) GetStepResults() []HttpEngineStep
GetStepResults returns the StepResults field if non-nil, zero value otherwise.
func (o *HttpEngineAttributes) GetStepResultsOk() (*[]HttpEngineStep, bool)
GetStepResultsOk returns a tuple with the StepResults field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *HttpEngineAttributes) SetStepResults(v []HttpEngineStep)
SetStepResults sets StepResults field to given value.
func (o *HttpEngineAttributes) HasStepResults() bool
HasStepResults returns a boolean if a field has been set.
func (o *HttpEngineAttributes) GetTimingInfo() HttpEngineAttributesTimingInfo
GetTimingInfo returns the TimingInfo field if non-nil, zero value otherwise.
func (o *HttpEngineAttributes) GetTimingInfoOk() (*HttpEngineAttributesTimingInfo, bool)
GetTimingInfoOk returns a tuple with the TimingInfo field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *HttpEngineAttributes) SetTimingInfo(v HttpEngineAttributesTimingInfo)
SetTimingInfo sets TimingInfo field to given value.
func (o *HttpEngineAttributes) HasTimingInfo() bool
HasTimingInfo returns a boolean if a field has been set.
func (o *HttpEngineAttributes) GetTotalSteps() int32
GetTotalSteps returns the TotalSteps field if non-nil, zero value otherwise.
func (o *HttpEngineAttributes) GetTotalStepsOk() (*int32, bool)
GetTotalStepsOk returns a tuple with the TotalSteps field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *HttpEngineAttributes) SetTotalSteps(v int32)
SetTotalSteps sets TotalSteps field to given value.
func (o *HttpEngineAttributes) GetPassedSteps() int32
GetPassedSteps returns the PassedSteps field if non-nil, zero value otherwise.
func (o *HttpEngineAttributes) GetPassedStepsOk() (*int32, bool)
GetPassedStepsOk returns a tuple with the PassedSteps field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *HttpEngineAttributes) SetPassedSteps(v int32)
SetPassedSteps sets PassedSteps field to given value.