Skip to content

Latest commit

 

History

History
56 lines (31 loc) · 2.07 KB

TriggerTestWebhookEvent201Response.md

File metadata and controls

56 lines (31 loc) · 2.07 KB

TriggerTestWebhookEvent201Response

Properties

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]

Methods

NewTriggerTestWebhookEvent201Response

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

NewTriggerTestWebhookEvent201ResponseWithDefaults

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

GetTriggered

func (o *TriggerTestWebhookEvent201Response) GetTriggered() bool

GetTriggered returns the Triggered field if non-nil, zero value otherwise.

GetTriggeredOk

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.

SetTriggered

func (o *TriggerTestWebhookEvent201Response) SetTriggered(v bool)

SetTriggered sets Triggered field to given value.

HasTriggered

func (o *TriggerTestWebhookEvent201Response) HasTriggered() bool

HasTriggered returns a boolean if a field has been set.

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