| Name | Type | Description | Notes |
|---|---|---|---|
| Response | string | The response body of the send attempt. | |
| StatusCode | int32 | The response status code of the send attempt. | |
| CreatedAt | string | Timestamp of the send attempt. |
func NewWebhookNotificationWithIncludesSendAttemptsInner(response string, statusCode int32, createdAt string, ) *WebhookNotificationWithIncludesSendAttemptsInner
NewWebhookNotificationWithIncludesSendAttemptsInner instantiates a new WebhookNotificationWithIncludesSendAttemptsInner 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 NewWebhookNotificationWithIncludesSendAttemptsInnerWithDefaults() *WebhookNotificationWithIncludesSendAttemptsInner
NewWebhookNotificationWithIncludesSendAttemptsInnerWithDefaults instantiates a new WebhookNotificationWithIncludesSendAttemptsInner 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 *WebhookNotificationWithIncludesSendAttemptsInner) GetResponse() string
GetResponse returns the Response field if non-nil, zero value otherwise.
func (o *WebhookNotificationWithIncludesSendAttemptsInner) GetResponseOk() (*string, bool)
GetResponseOk returns a tuple with the Response field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *WebhookNotificationWithIncludesSendAttemptsInner) SetResponse(v string)
SetResponse sets Response field to given value.
func (o *WebhookNotificationWithIncludesSendAttemptsInner) GetStatusCode() int32
GetStatusCode returns the StatusCode field if non-nil, zero value otherwise.
func (o *WebhookNotificationWithIncludesSendAttemptsInner) GetStatusCodeOk() (*int32, bool)
GetStatusCodeOk returns a tuple with the StatusCode field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *WebhookNotificationWithIncludesSendAttemptsInner) SetStatusCode(v int32)
SetStatusCode sets StatusCode field to given value.
func (o *WebhookNotificationWithIncludesSendAttemptsInner) GetCreatedAt() string
GetCreatedAt returns the CreatedAt field if non-nil, zero value otherwise.
func (o *WebhookNotificationWithIncludesSendAttemptsInner) GetCreatedAtOk() (*string, bool)
GetCreatedAtOk returns a tuple with the CreatedAt field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *WebhookNotificationWithIncludesSendAttemptsInner) SetCreatedAt(v string)
SetCreatedAt sets CreatedAt field to given value.