Skip to content

Latest commit

 

History

History
72 lines (39 loc) · 2.08 KB

File metadata and controls

72 lines (39 loc) · 2.08 KB

CdnAppTriggerWebhook

Properties

Name Type Description Notes
Event string
Options map[string]interface{}

Methods

NewCdnAppTriggerWebhook

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

NewCdnAppTriggerWebhookWithDefaults

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

GetEvent

func (o *CdnAppTriggerWebhook) GetEvent() string

GetEvent returns the Event field if non-nil, zero value otherwise.

GetEventOk

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.

SetEvent

func (o *CdnAppTriggerWebhook) SetEvent(v string)

SetEvent sets Event field to given value.

GetOptions

func (o *CdnAppTriggerWebhook) GetOptions() map[string]interface{}

GetOptions returns the Options field if non-nil, zero value otherwise.

GetOptionsOk

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.

SetOptions

func (o *CdnAppTriggerWebhook) SetOptions(v map[string]interface{})

SetOptions sets Options field to given value.

[Back to Model list] [Back to API list] [Back to README]