Name | Type | Description | Notes |
---|---|---|---|
TotalAssertions | int32 | ||
PassedAssertions | int32 | ||
AssertionInfos | Pointer to []AssertionInfo | [optional] |
func NewHttpEngineStepAssertionResultsInfo(totalAssertions int32, passedAssertions int32, ) *HttpEngineStepAssertionResultsInfo
NewHttpEngineStepAssertionResultsInfo instantiates a new HttpEngineStepAssertionResultsInfo 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 NewHttpEngineStepAssertionResultsInfoWithDefaults() *HttpEngineStepAssertionResultsInfo
NewHttpEngineStepAssertionResultsInfoWithDefaults instantiates a new HttpEngineStepAssertionResultsInfo 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 *HttpEngineStepAssertionResultsInfo) GetTotalAssertions() int32
GetTotalAssertions returns the TotalAssertions field if non-nil, zero value otherwise.
func (o *HttpEngineStepAssertionResultsInfo) GetTotalAssertionsOk() (*int32, bool)
GetTotalAssertionsOk returns a tuple with the TotalAssertions field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *HttpEngineStepAssertionResultsInfo) SetTotalAssertions(v int32)
SetTotalAssertions sets TotalAssertions field to given value.
func (o *HttpEngineStepAssertionResultsInfo) GetPassedAssertions() int32
GetPassedAssertions returns the PassedAssertions field if non-nil, zero value otherwise.
func (o *HttpEngineStepAssertionResultsInfo) GetPassedAssertionsOk() (*int32, bool)
GetPassedAssertionsOk returns a tuple with the PassedAssertions field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *HttpEngineStepAssertionResultsInfo) SetPassedAssertions(v int32)
SetPassedAssertions sets PassedAssertions field to given value.
func (o *HttpEngineStepAssertionResultsInfo) GetAssertionInfos() []AssertionInfo
GetAssertionInfos returns the AssertionInfos field if non-nil, zero value otherwise.
func (o *HttpEngineStepAssertionResultsInfo) GetAssertionInfosOk() (*[]AssertionInfo, bool)
GetAssertionInfosOk returns a tuple with the AssertionInfos field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *HttpEngineStepAssertionResultsInfo) SetAssertionInfos(v []AssertionInfo)
SetAssertionInfos sets AssertionInfos field to given value.
func (o *HttpEngineStepAssertionResultsInfo) HasAssertionInfos() bool
HasAssertionInfos returns a boolean if a field has been set.