Skip to content

Latest commit

 

History

History
39 lines (20 loc) · 1.27 KB

OutgoingIntegrationWebhookTemplates.md

File metadata and controls

39 lines (20 loc) · 1.27 KB

OutgoingIntegrationWebhookTemplates

Properties

Name Type Description Notes
Data Pointer to []OutgoingIntegrationWebhookTemplate The list of webhook templates for a given outgoing integration type. [optional]

Methods

GetData

func (o *OutgoingIntegrationWebhookTemplates) GetData() []OutgoingIntegrationWebhookTemplate

GetData returns the Data field if non-nil, zero value otherwise.

GetDataOk

func (o *OutgoingIntegrationWebhookTemplates) GetDataOk() ([]OutgoingIntegrationWebhookTemplate, 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.

HasData

func (o *OutgoingIntegrationWebhookTemplates) HasData() bool

HasData returns a boolean if a field has been set.

SetData

func (o *OutgoingIntegrationWebhookTemplates) SetData(v []OutgoingIntegrationWebhookTemplate)

SetData gets a reference to the given []OutgoingIntegrationWebhookTemplate and assigns it to the Data field.

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