Name | Type | Description | Notes |
---|---|---|---|
HttpResponse | Pointer to string | The returned http response. | |
HttpStatus | Pointer to int32 | The returned http status code. |
func (o *NotificationTest) GetHttpResponse() string
GetHttpResponse returns the HttpResponse field if non-nil, zero value otherwise.
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.
func (o *NotificationTest) HasHttpResponse() bool
HasHttpResponse returns a boolean if a field has been set.
func (o *NotificationTest) SetHttpResponse(v string)
SetHttpResponse gets a reference to the given string and assigns it to the HttpResponse field.
func (o *NotificationTest) GetHttpStatus() int32
GetHttpStatus returns the HttpStatus field if non-nil, zero value otherwise.
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.
func (o *NotificationTest) HasHttpStatus() bool
HasHttpStatus returns a boolean if a field has been set.
func (o *NotificationTest) SetHttpStatus(v int32)
SetHttpStatus gets a reference to the given int32 and assigns it to the HttpStatus field.