Name | Type | Description | Notes |
---|---|---|---|
IntegrationRequestUuid | Pointer to string | UUID reference of the integration request that triggered the effect with the webhook. | |
WebhookId | Pointer to int32 | ID of the webhook that triggered the request. | |
ApplicationId | Pointer to int32 | ID of the application that triggered the webhook. | |
CampaignId | Pointer to int32 | ID of the campaign that triggered the webhook. | |
Created | Pointer to time.Time | Timestamp of request |
func (o *WebhookActivationLogEntry) GetIntegrationRequestUuid() string
GetIntegrationRequestUuid returns the IntegrationRequestUuid field if non-nil, zero value otherwise.
func (o *WebhookActivationLogEntry) GetIntegrationRequestUuidOk() (string, bool)
GetIntegrationRequestUuidOk returns a tuple with the IntegrationRequestUuid field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *WebhookActivationLogEntry) HasIntegrationRequestUuid() bool
HasIntegrationRequestUuid returns a boolean if a field has been set.
func (o *WebhookActivationLogEntry) SetIntegrationRequestUuid(v string)
SetIntegrationRequestUuid gets a reference to the given string and assigns it to the IntegrationRequestUuid field.
func (o *WebhookActivationLogEntry) GetWebhookId() int32
GetWebhookId returns the WebhookId field if non-nil, zero value otherwise.
func (o *WebhookActivationLogEntry) GetWebhookIdOk() (int32, bool)
GetWebhookIdOk returns a tuple with the WebhookId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *WebhookActivationLogEntry) HasWebhookId() bool
HasWebhookId returns a boolean if a field has been set.
func (o *WebhookActivationLogEntry) SetWebhookId(v int32)
SetWebhookId gets a reference to the given int32 and assigns it to the WebhookId field.
func (o *WebhookActivationLogEntry) GetApplicationId() int32
GetApplicationId returns the ApplicationId field if non-nil, zero value otherwise.
func (o *WebhookActivationLogEntry) GetApplicationIdOk() (int32, bool)
GetApplicationIdOk returns a tuple with the ApplicationId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *WebhookActivationLogEntry) HasApplicationId() bool
HasApplicationId returns a boolean if a field has been set.
func (o *WebhookActivationLogEntry) SetApplicationId(v int32)
SetApplicationId gets a reference to the given int32 and assigns it to the ApplicationId field.
func (o *WebhookActivationLogEntry) GetCampaignId() int32
GetCampaignId returns the CampaignId field if non-nil, zero value otherwise.
func (o *WebhookActivationLogEntry) GetCampaignIdOk() (int32, bool)
GetCampaignIdOk returns a tuple with the CampaignId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *WebhookActivationLogEntry) HasCampaignId() bool
HasCampaignId returns a boolean if a field has been set.
func (o *WebhookActivationLogEntry) SetCampaignId(v int32)
SetCampaignId gets a reference to the given int32 and assigns it to the CampaignId field.
func (o *WebhookActivationLogEntry) GetCreated() time.Time
GetCreated returns the Created field if non-nil, zero value otherwise.
func (o *WebhookActivationLogEntry) GetCreatedOk() (time.Time, bool)
GetCreatedOk returns a tuple with the Created field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *WebhookActivationLogEntry) HasCreated() bool
HasCreated returns a boolean if a field has been set.
func (o *WebhookActivationLogEntry) SetCreated(v time.Time)
SetCreated gets a reference to the given time.Time and assigns it to the Created field.