Skip to content

Latest commit

 

History

History
51 lines (28 loc) · 1.83 KB

WebhookEventDataType.md

File metadata and controls

51 lines (28 loc) · 1.83 KB

WebhookEventDataType

Properties

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.

Methods

NewWebhookEventDataType

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

NewWebhookEventDataTypeWithDefaults

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

GetDataType

func (o *WebhookEventDataType) GetDataType() string

GetDataType returns the DataType field if non-nil, zero value otherwise.

GetDataTypeOk

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.

SetDataType

func (o *WebhookEventDataType) SetDataType(v string)

SetDataType sets DataType field to given value.

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