Skip to content

Latest commit

 

History

History
82 lines (45 loc) · 2.69 KB

SummaryRespAttrsSummary.md

File metadata and controls

82 lines (45 loc) · 2.69 KB

SummaryRespAttrsSummary

Properties

Name Type Description Notes
Responsetime Pointer to SummaryRespAttrsSummaryResponsetime [optional]
Status Pointer to SummaryRespAttrsSummaryStatus [optional]

Methods

NewSummaryRespAttrsSummary

func NewSummaryRespAttrsSummary() *SummaryRespAttrsSummary

NewSummaryRespAttrsSummary instantiates a new SummaryRespAttrsSummary 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

NewSummaryRespAttrsSummaryWithDefaults

func NewSummaryRespAttrsSummaryWithDefaults() *SummaryRespAttrsSummary

NewSummaryRespAttrsSummaryWithDefaults instantiates a new SummaryRespAttrsSummary 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

GetResponsetime

func (o *SummaryRespAttrsSummary) GetResponsetime() SummaryRespAttrsSummaryResponsetime

GetResponsetime returns the Responsetime field if non-nil, zero value otherwise.

GetResponsetimeOk

func (o *SummaryRespAttrsSummary) GetResponsetimeOk() (*SummaryRespAttrsSummaryResponsetime, bool)

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

SetResponsetime

func (o *SummaryRespAttrsSummary) SetResponsetime(v SummaryRespAttrsSummaryResponsetime)

SetResponsetime sets Responsetime field to given value.

HasResponsetime

func (o *SummaryRespAttrsSummary) HasResponsetime() bool

HasResponsetime returns a boolean if a field has been set.

GetStatus

func (o *SummaryRespAttrsSummary) GetStatus() SummaryRespAttrsSummaryStatus

GetStatus returns the Status field if non-nil, zero value otherwise.

GetStatusOk

func (o *SummaryRespAttrsSummary) GetStatusOk() (*SummaryRespAttrsSummaryStatus, bool)

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

SetStatus

func (o *SummaryRespAttrsSummary) SetStatus(v SummaryRespAttrsSummaryStatus)

SetStatus sets Status field to given value.

HasStatus

func (o *SummaryRespAttrsSummary) HasStatus() bool

HasStatus returns a boolean if a field has been set.

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