Name | Type | Description | Notes |
---|---|---|---|
Retried | Pointer to bool | Whether the retry request has been successfully sent. | [optional] |
func NewRetryWebhookEventById201Response() *RetryWebhookEventById201Response
NewRetryWebhookEventById201Response instantiates a new RetryWebhookEventById201Response 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 NewRetryWebhookEventById201ResponseWithDefaults() *RetryWebhookEventById201Response
NewRetryWebhookEventById201ResponseWithDefaults instantiates a new RetryWebhookEventById201Response 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 *RetryWebhookEventById201Response) GetRetried() bool
GetRetried returns the Retried field if non-nil, zero value otherwise.
func (o *RetryWebhookEventById201Response) GetRetriedOk() (*bool, bool)
GetRetriedOk returns a tuple with the Retried field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *RetryWebhookEventById201Response) SetRetried(v bool)
SetRetried sets Retried field to given value.
func (o *RetryWebhookEventById201Response) HasRetried() bool
HasRetried returns a boolean if a field has been set.