| Name | Type | Description | Notes |
|---|---|---|---|
| AccountId | NullableString | ||
| CreatedAt | time.Time | DateTime at which the object was created, in 'ISO 8601' format. | |
| Data | map[string]interface{} | ||
| DataPrevious | map[string]interface{} | ||
| Id | string | ||
| IsDeleted | Pointer to bool | If true, indicates that this object has been deleted | [optional] [default to false] |
| Object | Pointer to ObjectName | [optional] | |
| PendingWebhooks | int32 | ||
| RequestId | NullableString | ||
| RequestIdempotencyKey | NullableString | ||
| Type | EventType | ||
| UpdatedAt | time.Time | DateTime at which the object was updated, in 'ISO 8601' format. | |
| User | Pointer to NullableString | [optional] |
func NewEventExternal(accountId NullableString, createdAt time.Time, data map[string]interface{}, dataPrevious map[string]interface{}, id string, pendingWebhooks int32, requestId NullableString, requestIdempotencyKey NullableString, type_ EventType, updatedAt time.Time, ) *EventExternal
NewEventExternal instantiates a new EventExternal 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 NewEventExternalWithDefaults() *EventExternal
NewEventExternalWithDefaults instantiates a new EventExternal 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 *EventExternal) GetAccountId() string
GetAccountId returns the AccountId field if non-nil, zero value otherwise.
func (o *EventExternal) GetAccountIdOk() (*string, bool)
GetAccountIdOk returns a tuple with the AccountId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *EventExternal) SetAccountId(v string)
SetAccountId sets AccountId field to given value.
func (o *EventExternal) SetAccountIdNil(b bool)
SetAccountIdNil sets the value for AccountId to be an explicit nil
func (o *EventExternal) UnsetAccountId()
UnsetAccountId ensures that no value is present for AccountId, not even an explicit nil
func (o *EventExternal) GetCreatedAt() time.Time
GetCreatedAt returns the CreatedAt field if non-nil, zero value otherwise.
func (o *EventExternal) GetCreatedAtOk() (*time.Time, 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 *EventExternal) SetCreatedAt(v time.Time)
SetCreatedAt sets CreatedAt field to given value.
func (o *EventExternal) GetData() map[string]interface{}
GetData returns the Data field if non-nil, zero value otherwise.
func (o *EventExternal) GetDataOk() (*map[string]interface{}, bool)
GetDataOk returns a tuple with the Data field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *EventExternal) SetData(v map[string]interface{})
SetData sets Data field to given value.
func (o *EventExternal) GetDataPrevious() map[string]interface{}
GetDataPrevious returns the DataPrevious field if non-nil, zero value otherwise.
func (o *EventExternal) GetDataPreviousOk() (*map[string]interface{}, bool)
GetDataPreviousOk returns a tuple with the DataPrevious field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *EventExternal) SetDataPrevious(v map[string]interface{})
SetDataPrevious sets DataPrevious field to given value.
func (o *EventExternal) SetDataPreviousNil(b bool)
SetDataPreviousNil sets the value for DataPrevious to be an explicit nil
func (o *EventExternal) UnsetDataPrevious()
UnsetDataPrevious ensures that no value is present for DataPrevious, not even an explicit nil
func (o *EventExternal) GetId() string
GetId returns the Id field if non-nil, zero value otherwise.
func (o *EventExternal) 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 *EventExternal) SetId(v string)
SetId sets Id field to given value.
func (o *EventExternal) GetIsDeleted() bool
GetIsDeleted returns the IsDeleted field if non-nil, zero value otherwise.
func (o *EventExternal) GetIsDeletedOk() (*bool, bool)
GetIsDeletedOk returns a tuple with the IsDeleted field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *EventExternal) SetIsDeleted(v bool)
SetIsDeleted sets IsDeleted field to given value.
func (o *EventExternal) HasIsDeleted() bool
HasIsDeleted returns a boolean if a field has been set.
func (o *EventExternal) GetObject() ObjectName
GetObject returns the Object field if non-nil, zero value otherwise.
func (o *EventExternal) GetObjectOk() (*ObjectName, 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 *EventExternal) SetObject(v ObjectName)
SetObject sets Object field to given value.
func (o *EventExternal) HasObject() bool
HasObject returns a boolean if a field has been set.
func (o *EventExternal) GetPendingWebhooks() int32
GetPendingWebhooks returns the PendingWebhooks field if non-nil, zero value otherwise.
func (o *EventExternal) GetPendingWebhooksOk() (*int32, bool)
GetPendingWebhooksOk returns a tuple with the PendingWebhooks field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *EventExternal) SetPendingWebhooks(v int32)
SetPendingWebhooks sets PendingWebhooks field to given value.
func (o *EventExternal) GetRequestId() string
GetRequestId returns the RequestId field if non-nil, zero value otherwise.
func (o *EventExternal) GetRequestIdOk() (*string, bool)
GetRequestIdOk returns a tuple with the RequestId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *EventExternal) SetRequestId(v string)
SetRequestId sets RequestId field to given value.
func (o *EventExternal) SetRequestIdNil(b bool)
SetRequestIdNil sets the value for RequestId to be an explicit nil
func (o *EventExternal) UnsetRequestId()
UnsetRequestId ensures that no value is present for RequestId, not even an explicit nil
func (o *EventExternal) GetRequestIdempotencyKey() string
GetRequestIdempotencyKey returns the RequestIdempotencyKey field if non-nil, zero value otherwise.
func (o *EventExternal) GetRequestIdempotencyKeyOk() (*string, bool)
GetRequestIdempotencyKeyOk returns a tuple with the RequestIdempotencyKey field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *EventExternal) SetRequestIdempotencyKey(v string)
SetRequestIdempotencyKey sets RequestIdempotencyKey field to given value.
func (o *EventExternal) SetRequestIdempotencyKeyNil(b bool)
SetRequestIdempotencyKeyNil sets the value for RequestIdempotencyKey to be an explicit nil
func (o *EventExternal) UnsetRequestIdempotencyKey()
UnsetRequestIdempotencyKey ensures that no value is present for RequestIdempotencyKey, not even an explicit nil
func (o *EventExternal) GetType() EventType
GetType returns the Type field if non-nil, zero value otherwise.
func (o *EventExternal) GetTypeOk() (*EventType, bool)
GetTypeOk returns a tuple with the Type field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *EventExternal) SetType(v EventType)
SetType sets Type field to given value.
func (o *EventExternal) GetUpdatedAt() time.Time
GetUpdatedAt returns the UpdatedAt field if non-nil, zero value otherwise.
func (o *EventExternal) GetUpdatedAtOk() (*time.Time, bool)
GetUpdatedAtOk returns a tuple with the UpdatedAt field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *EventExternal) SetUpdatedAt(v time.Time)
SetUpdatedAt sets UpdatedAt field to given value.
func (o *EventExternal) GetUser() string
GetUser returns the User field if non-nil, zero value otherwise.
func (o *EventExternal) GetUserOk() (*string, bool)
GetUserOk returns a tuple with the User field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *EventExternal) SetUser(v string)
SetUser sets User field to given value.
func (o *EventExternal) HasUser() bool
HasUser returns a boolean if a field has been set.
func (o *EventExternal) SetUserNil(b bool)
SetUserNil sets the value for User to be an explicit nil
func (o *EventExternal) UnsetUser()
UnsetUser ensures that no value is present for User, not even an explicit nil