Name | Type | Description | Notes |
---|---|---|---|
Triggered | Pointer to bool | Whether a test webhook event was successfully triggered. - `true`: The test webhook event was successfully triggered. - `false`: The test webhook event could not be triggered. | [optional] |
func NewTriggerTestWebhookEvent201Response() *TriggerTestWebhookEvent201Response
NewTriggerTestWebhookEvent201Response instantiates a new TriggerTestWebhookEvent201Response 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 NewTriggerTestWebhookEvent201ResponseWithDefaults() *TriggerTestWebhookEvent201Response
NewTriggerTestWebhookEvent201ResponseWithDefaults instantiates a new TriggerTestWebhookEvent201Response 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 *TriggerTestWebhookEvent201Response) GetTriggered() bool
GetTriggered returns the Triggered field if non-nil, zero value otherwise.
func (o *TriggerTestWebhookEvent201Response) GetTriggeredOk() (*bool, bool)
GetTriggeredOk returns a tuple with the Triggered field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TriggerTestWebhookEvent201Response) SetTriggered(v bool)
SetTriggered sets Triggered field to given value.
func (o *TriggerTestWebhookEvent201Response) HasTriggered() bool
HasTriggered returns a boolean if a field has been set.