Skip to content

Latest commit

 

History

History
212 lines (115 loc) · 5.58 KB

WebhookLog.md

File metadata and controls

212 lines (115 loc) · 5.58 KB

WebhookLog

Properties

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]

Methods

NewWebhookLog

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

NewWebhookLogWithDefaults

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

GetFailedAttempts

func (o *WebhookLog) GetFailedAttempts() int32

GetFailedAttempts returns the FailedAttempts field if non-nil, zero value otherwise.

GetFailedAttemptsOk

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.

SetFailedAttempts

func (o *WebhookLog) SetFailedAttempts(v int32)

SetFailedAttempts sets FailedAttempts field to given value.

HasFailedAttempts

func (o *WebhookLog) HasFailedAttempts() bool

HasFailedAttempts returns a boolean if a field has been set.

GetId

func (o *WebhookLog) GetId() string

GetId returns the Id field if non-nil, zero value otherwise.

GetIdOk

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.

SetId

func (o *WebhookLog) SetId(v string)

SetId sets Id field to given value.

HasId

func (o *WebhookLog) HasId() bool

HasId returns a boolean if a field has been set.

GetLastAttemptedAt

func (o *WebhookLog) GetLastAttemptedAt() int32

GetLastAttemptedAt returns the LastAttemptedAt field if non-nil, zero value otherwise.

GetLastAttemptedAtOk

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.

SetLastAttemptedAt

func (o *WebhookLog) SetLastAttemptedAt(v int32)

SetLastAttemptedAt sets LastAttemptedAt field to given value.

HasLastAttemptedAt

func (o *WebhookLog) HasLastAttemptedAt() bool

HasLastAttemptedAt returns a boolean if a field has been set.

GetLastHttpResponseStatus

func (o *WebhookLog) GetLastHttpResponseStatus() int32

GetLastHttpResponseStatus returns the LastHttpResponseStatus field if non-nil, zero value otherwise.

GetLastHttpResponseStatusOk

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.

SetLastHttpResponseStatus

func (o *WebhookLog) SetLastHttpResponseStatus(v int32)

SetLastHttpResponseStatus sets LastHttpResponseStatus field to given value.

HasLastHttpResponseStatus

func (o *WebhookLog) HasLastHttpResponseStatus() bool

HasLastHttpResponseStatus returns a boolean if a field has been set.

GetObject

func (o *WebhookLog) GetObject() string

GetObject returns the Object field if non-nil, zero value otherwise.

GetObjectOk

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.

SetObject

func (o *WebhookLog) SetObject(v string)

SetObject sets Object field to given value.

HasObject

func (o *WebhookLog) HasObject() bool

HasObject returns a boolean if a field has been set.

GetResponseData

func (o *WebhookLog) GetResponseData() map[string]interface{}

GetResponseData returns the ResponseData field if non-nil, zero value otherwise.

GetResponseDataOk

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.

SetResponseData

func (o *WebhookLog) SetResponseData(v map[string]interface{})

SetResponseData sets ResponseData field to given value.

HasResponseData

func (o *WebhookLog) HasResponseData() bool

HasResponseData returns a boolean if a field has been set.

GetUrl

func (o *WebhookLog) GetUrl() string

GetUrl returns the Url field if non-nil, zero value otherwise.

GetUrlOk

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.

SetUrl

func (o *WebhookLog) SetUrl(v string)

SetUrl sets Url field to given value.

HasUrl

func (o *WebhookLog) HasUrl() bool

HasUrl returns a boolean if a field has been set.

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