Skip to content

Latest commit

 

History

History
93 lines (50 loc) · 3.3 KB

File metadata and controls

93 lines (50 loc) · 3.3 KB

WebhookNotificationWithIncludesSendAttemptsInner

Properties

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.

Methods

NewWebhookNotificationWithIncludesSendAttemptsInner

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

NewWebhookNotificationWithIncludesSendAttemptsInnerWithDefaults

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

GetResponse

func (o *WebhookNotificationWithIncludesSendAttemptsInner) GetResponse() string

GetResponse returns the Response field if non-nil, zero value otherwise.

GetResponseOk

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.

SetResponse

func (o *WebhookNotificationWithIncludesSendAttemptsInner) SetResponse(v string)

SetResponse sets Response field to given value.

GetStatusCode

func (o *WebhookNotificationWithIncludesSendAttemptsInner) GetStatusCode() int32

GetStatusCode returns the StatusCode field if non-nil, zero value otherwise.

GetStatusCodeOk

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.

SetStatusCode

func (o *WebhookNotificationWithIncludesSendAttemptsInner) SetStatusCode(v int32)

SetStatusCode sets StatusCode field to given value.

GetCreatedAt

func (o *WebhookNotificationWithIncludesSendAttemptsInner) GetCreatedAt() string

GetCreatedAt returns the CreatedAt field if non-nil, zero value otherwise.

GetCreatedAtOk

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.

SetCreatedAt

func (o *WebhookNotificationWithIncludesSendAttemptsInner) SetCreatedAt(v string)

SetCreatedAt sets CreatedAt field to given value.

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