Skip to content

Latest commit

 

History

History
65 lines (34 loc) · 1.79 KB

NotificationTest.md

File metadata and controls

65 lines (34 loc) · 1.79 KB

NotificationTest

Properties

Name Type Description Notes
HttpResponse Pointer to string The returned http response.
HttpStatus Pointer to int32 The returned http status code.

Methods

GetHttpResponse

func (o *NotificationTest) GetHttpResponse() string

GetHttpResponse returns the HttpResponse field if non-nil, zero value otherwise.

GetHttpResponseOk

func (o *NotificationTest) GetHttpResponseOk() (string, bool)

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

HasHttpResponse

func (o *NotificationTest) HasHttpResponse() bool

HasHttpResponse returns a boolean if a field has been set.

SetHttpResponse

func (o *NotificationTest) SetHttpResponse(v string)

SetHttpResponse gets a reference to the given string and assigns it to the HttpResponse field.

GetHttpStatus

func (o *NotificationTest) GetHttpStatus() int32

GetHttpStatus returns the HttpStatus field if non-nil, zero value otherwise.

GetHttpStatusOk

func (o *NotificationTest) GetHttpStatusOk() (int32, bool)

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

HasHttpStatus

func (o *NotificationTest) HasHttpStatus() bool

HasHttpStatus returns a boolean if a field has been set.

SetHttpStatus

func (o *NotificationTest) SetHttpStatus(v int32)

SetHttpStatus gets a reference to the given int32 and assigns it to the HttpStatus field.

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