| Name | Type | Description | Notes |
|---|---|---|---|
| WebhookName | Pointer to string | [optional] | |
| Entity | Pointer to string | [optional] | |
| Action | Pointer to string | [optional] | |
| FilterableFields | Pointer to map[string]interface{} | [optional] |
func NewWebhookEvents200ResponseResultEventsInner() *WebhookEvents200ResponseResultEventsInner
NewWebhookEvents200ResponseResultEventsInner instantiates a new WebhookEvents200ResponseResultEventsInner 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 NewWebhookEvents200ResponseResultEventsInnerWithDefaults() *WebhookEvents200ResponseResultEventsInner
NewWebhookEvents200ResponseResultEventsInnerWithDefaults instantiates a new WebhookEvents200ResponseResultEventsInner 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 *WebhookEvents200ResponseResultEventsInner) GetWebhookName() string
GetWebhookName returns the WebhookName field if non-nil, zero value otherwise.
func (o *WebhookEvents200ResponseResultEventsInner) GetWebhookNameOk() (*string, bool)
GetWebhookNameOk returns a tuple with the WebhookName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *WebhookEvents200ResponseResultEventsInner) SetWebhookName(v string)
SetWebhookName sets WebhookName field to given value.
func (o *WebhookEvents200ResponseResultEventsInner) HasWebhookName() bool
HasWebhookName returns a boolean if a field has been set.
func (o *WebhookEvents200ResponseResultEventsInner) GetEntity() string
GetEntity returns the Entity field if non-nil, zero value otherwise.
func (o *WebhookEvents200ResponseResultEventsInner) GetEntityOk() (*string, bool)
GetEntityOk returns a tuple with the Entity field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *WebhookEvents200ResponseResultEventsInner) SetEntity(v string)
SetEntity sets Entity field to given value.
func (o *WebhookEvents200ResponseResultEventsInner) HasEntity() bool
HasEntity returns a boolean if a field has been set.
func (o *WebhookEvents200ResponseResultEventsInner) GetAction() string
GetAction returns the Action field if non-nil, zero value otherwise.
func (o *WebhookEvents200ResponseResultEventsInner) GetActionOk() (*string, bool)
GetActionOk returns a tuple with the Action field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *WebhookEvents200ResponseResultEventsInner) SetAction(v string)
SetAction sets Action field to given value.
func (o *WebhookEvents200ResponseResultEventsInner) HasAction() bool
HasAction returns a boolean if a field has been set.
func (o *WebhookEvents200ResponseResultEventsInner) GetFilterableFields() map[string]interface{}
GetFilterableFields returns the FilterableFields field if non-nil, zero value otherwise.
func (o *WebhookEvents200ResponseResultEventsInner) GetFilterableFieldsOk() (*map[string]interface{}, bool)
GetFilterableFieldsOk returns a tuple with the FilterableFields field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *WebhookEvents200ResponseResultEventsInner) SetFilterableFields(v map[string]interface{})
SetFilterableFields sets FilterableFields field to given value.
func (o *WebhookEvents200ResponseResultEventsInner) HasFilterableFields() bool
HasFilterableFields returns a boolean if a field has been set.