Name | Type | Description | Notes |
---|---|---|---|
FailedAttempts | Pointer to int32 | [optional] | |
Id | Pointer to string | [optional] | |
LastAttemptedAt | Pointer to int32 | [optional] | |
LastHttpResponseStatus | Pointer to int32 | [optional] | |
Object | Pointer to string | [optional] | |
ResponseData | Pointer to map[string]interface{} | [optional] | |
Url | Pointer to string | [optional] |
func NewWebhookLog() *WebhookLog
NewWebhookLog instantiates a new WebhookLog 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 NewWebhookLogWithDefaults() *WebhookLog
NewWebhookLogWithDefaults instantiates a new WebhookLog 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 *WebhookLog) GetFailedAttempts() int32
GetFailedAttempts returns the FailedAttempts field if non-nil, zero value otherwise.
func (o *WebhookLog) GetFailedAttemptsOk() (*int32, bool)
GetFailedAttemptsOk returns a tuple with the FailedAttempts field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *WebhookLog) SetFailedAttempts(v int32)
SetFailedAttempts sets FailedAttempts field to given value.
func (o *WebhookLog) HasFailedAttempts() bool
HasFailedAttempts returns a boolean if a field has been set.
func (o *WebhookLog) GetId() string
GetId returns the Id field if non-nil, zero value otherwise.
func (o *WebhookLog) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *WebhookLog) SetId(v string)
SetId sets Id field to given value.
func (o *WebhookLog) HasId() bool
HasId returns a boolean if a field has been set.
func (o *WebhookLog) GetLastAttemptedAt() int32
GetLastAttemptedAt returns the LastAttemptedAt field if non-nil, zero value otherwise.
func (o *WebhookLog) GetLastAttemptedAtOk() (*int32, bool)
GetLastAttemptedAtOk returns a tuple with the LastAttemptedAt field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *WebhookLog) SetLastAttemptedAt(v int32)
SetLastAttemptedAt sets LastAttemptedAt field to given value.
func (o *WebhookLog) HasLastAttemptedAt() bool
HasLastAttemptedAt returns a boolean if a field has been set.
func (o *WebhookLog) GetLastHttpResponseStatus() int32
GetLastHttpResponseStatus returns the LastHttpResponseStatus field if non-nil, zero value otherwise.
func (o *WebhookLog) GetLastHttpResponseStatusOk() (*int32, bool)
GetLastHttpResponseStatusOk returns a tuple with the LastHttpResponseStatus field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *WebhookLog) SetLastHttpResponseStatus(v int32)
SetLastHttpResponseStatus sets LastHttpResponseStatus field to given value.
func (o *WebhookLog) HasLastHttpResponseStatus() bool
HasLastHttpResponseStatus returns a boolean if a field has been set.
func (o *WebhookLog) GetObject() string
GetObject returns the Object field if non-nil, zero value otherwise.
func (o *WebhookLog) GetObjectOk() (*string, bool)
GetObjectOk returns a tuple with the Object field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *WebhookLog) SetObject(v string)
SetObject sets Object field to given value.
func (o *WebhookLog) HasObject() bool
HasObject returns a boolean if a field has been set.
func (o *WebhookLog) GetResponseData() map[string]interface{}
GetResponseData returns the ResponseData field if non-nil, zero value otherwise.
func (o *WebhookLog) GetResponseDataOk() (*map[string]interface{}, bool)
GetResponseDataOk returns a tuple with the ResponseData field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *WebhookLog) SetResponseData(v map[string]interface{})
SetResponseData sets ResponseData field to given value.
func (o *WebhookLog) HasResponseData() bool
HasResponseData returns a boolean if a field has been set.
func (o *WebhookLog) GetUrl() string
GetUrl returns the Url field if non-nil, zero value otherwise.
func (o *WebhookLog) GetUrlOk() (*string, bool)
GetUrlOk returns a tuple with the Url field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *WebhookLog) SetUrl(v string)
SetUrl sets Url field to given value.
func (o *WebhookLog) HasUrl() bool
HasUrl returns a boolean if a field has been set.