| Name | Type | Description | Notes |
|---|---|---|---|
| Event | string | ||
| Options | map[string]interface{} |
func NewCdnAppTriggerWebhook(event string, options map[string]interface{}, ) *CdnAppTriggerWebhook
NewCdnAppTriggerWebhook instantiates a new CdnAppTriggerWebhook 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 NewCdnAppTriggerWebhookWithDefaults() *CdnAppTriggerWebhook
NewCdnAppTriggerWebhookWithDefaults instantiates a new CdnAppTriggerWebhook 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 *CdnAppTriggerWebhook) GetEvent() string
GetEvent returns the Event field if non-nil, zero value otherwise.
func (o *CdnAppTriggerWebhook) GetEventOk() (*string, bool)
GetEventOk returns a tuple with the Event field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CdnAppTriggerWebhook) SetEvent(v string)
SetEvent sets Event field to given value.
func (o *CdnAppTriggerWebhook) GetOptions() map[string]interface{}
GetOptions returns the Options field if non-nil, zero value otherwise.
func (o *CdnAppTriggerWebhook) GetOptionsOk() (*map[string]interface{}, bool)
GetOptionsOk returns a tuple with the Options field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CdnAppTriggerWebhook) SetOptions(v map[string]interface{})
SetOptions sets Options field to given value.