Name | Type | Description | Notes |
---|---|---|---|
Data | Pointer to []OutgoingIntegrationTemplate | The list of templates for a given outgoing integration type. | [optional] |
func (o *OutgoingIntegrationTemplates) GetData() []OutgoingIntegrationTemplate
GetData returns the Data field if non-nil, zero value otherwise.
func (o *OutgoingIntegrationTemplates) GetDataOk() ([]OutgoingIntegrationTemplate, 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.
func (o *OutgoingIntegrationTemplates) HasData() bool
HasData returns a boolean if a field has been set.
func (o *OutgoingIntegrationTemplates) SetData(v []OutgoingIntegrationTemplate)
SetData gets a reference to the given []OutgoingIntegrationTemplate and assigns it to the Data field.