Name | Type | Description | Notes |
---|---|---|---|
DataType | string | The data type of the event. - `Transaction`: The transaction event data. - `TSSRequest`: The TSS request event data. - `Addresses`: The addresses event data. - `WalletInfo`: The wallet information event data. - `MPCVault`: The MPC vault event data. |
func NewWebhookEventDataType(dataType string, ) *WebhookEventDataType
NewWebhookEventDataType instantiates a new WebhookEventDataType 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 NewWebhookEventDataTypeWithDefaults() *WebhookEventDataType
NewWebhookEventDataTypeWithDefaults instantiates a new WebhookEventDataType 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 *WebhookEventDataType) GetDataType() string
GetDataType returns the DataType field if non-nil, zero value otherwise.
func (o *WebhookEventDataType) GetDataTypeOk() (*string, bool)
GetDataTypeOk returns a tuple with the DataType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *WebhookEventDataType) SetDataType(v string)
SetDataType sets DataType field to given value.