| Name | Type | Description | Notes |
|---|---|---|---|
| EventType | string | Type of event the webhook is subscribed to. | |
| Filter | NullableV2WebhooksGet200ResponseDataInnerSubscriptionsInnerFilter |
func NewV2WebhooksGet200ResponseDataInnerSubscriptionsInner(eventType string, filter NullableV2WebhooksGet200ResponseDataInnerSubscriptionsInnerFilter, ) *V2WebhooksGet200ResponseDataInnerSubscriptionsInner
NewV2WebhooksGet200ResponseDataInnerSubscriptionsInner instantiates a new V2WebhooksGet200ResponseDataInnerSubscriptionsInner 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 NewV2WebhooksGet200ResponseDataInnerSubscriptionsInnerWithDefaults() *V2WebhooksGet200ResponseDataInnerSubscriptionsInner
NewV2WebhooksGet200ResponseDataInnerSubscriptionsInnerWithDefaults instantiates a new V2WebhooksGet200ResponseDataInnerSubscriptionsInner 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 *V2WebhooksGet200ResponseDataInnerSubscriptionsInner) GetEventType() string
GetEventType returns the EventType field if non-nil, zero value otherwise.
func (o *V2WebhooksGet200ResponseDataInnerSubscriptionsInner) GetEventTypeOk() (*string, bool)
GetEventTypeOk returns a tuple with the EventType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V2WebhooksGet200ResponseDataInnerSubscriptionsInner) SetEventType(v string)
SetEventType sets EventType field to given value.
func (o *V2WebhooksGet200ResponseDataInnerSubscriptionsInner) GetFilter() V2WebhooksGet200ResponseDataInnerSubscriptionsInnerFilter
GetFilter returns the Filter field if non-nil, zero value otherwise.
func (o *V2WebhooksGet200ResponseDataInnerSubscriptionsInner) GetFilterOk() (*V2WebhooksGet200ResponseDataInnerSubscriptionsInnerFilter, bool)
GetFilterOk returns a tuple with the Filter field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V2WebhooksGet200ResponseDataInnerSubscriptionsInner) SetFilter(v V2WebhooksGet200ResponseDataInnerSubscriptionsInnerFilter)
SetFilter sets Filter field to given value.
func (o *V2WebhooksGet200ResponseDataInnerSubscriptionsInner) SetFilterNil(b bool)
SetFilterNil sets the value for Filter to be an explicit nil
func (o *V2WebhooksGet200ResponseDataInnerSubscriptionsInner) UnsetFilter()
UnsetFilter ensures that no value is present for Filter, not even an explicit nil