Skip to content

Latest commit

 

History

History
98 lines (53 loc) · 3.36 KB

HttpEngineStepAssertionResultsInfo.md

File metadata and controls

98 lines (53 loc) · 3.36 KB

HttpEngineStepAssertionResultsInfo

Properties

Name Type Description Notes
TotalAssertions int32
PassedAssertions int32
AssertionInfos Pointer to []AssertionInfo [optional]

Methods

NewHttpEngineStepAssertionResultsInfo

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

NewHttpEngineStepAssertionResultsInfoWithDefaults

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

GetTotalAssertions

func (o *HttpEngineStepAssertionResultsInfo) GetTotalAssertions() int32

GetTotalAssertions returns the TotalAssertions field if non-nil, zero value otherwise.

GetTotalAssertionsOk

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.

SetTotalAssertions

func (o *HttpEngineStepAssertionResultsInfo) SetTotalAssertions(v int32)

SetTotalAssertions sets TotalAssertions field to given value.

GetPassedAssertions

func (o *HttpEngineStepAssertionResultsInfo) GetPassedAssertions() int32

GetPassedAssertions returns the PassedAssertions field if non-nil, zero value otherwise.

GetPassedAssertionsOk

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.

SetPassedAssertions

func (o *HttpEngineStepAssertionResultsInfo) SetPassedAssertions(v int32)

SetPassedAssertions sets PassedAssertions field to given value.

GetAssertionInfos

func (o *HttpEngineStepAssertionResultsInfo) GetAssertionInfos() []AssertionInfo

GetAssertionInfos returns the AssertionInfos field if non-nil, zero value otherwise.

GetAssertionInfosOk

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.

SetAssertionInfos

func (o *HttpEngineStepAssertionResultsInfo) SetAssertionInfos(v []AssertionInfo)

SetAssertionInfos sets AssertionInfos field to given value.

HasAssertionInfos

func (o *HttpEngineStepAssertionResultsInfo) HasAssertionInfos() bool

HasAssertionInfos returns a boolean if a field has been set.

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