Skip to content

Latest commit

 

History

History
56 lines (31 loc) · 1.87 KB

RetryWebhookEventById201Response.md

File metadata and controls

56 lines (31 loc) · 1.87 KB

RetryWebhookEventById201Response

Properties

Name Type Description Notes
Retried Pointer to bool Whether the retry request has been successfully sent. [optional]

Methods

NewRetryWebhookEventById201Response

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

NewRetryWebhookEventById201ResponseWithDefaults

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

GetRetried

func (o *RetryWebhookEventById201Response) GetRetried() bool

GetRetried returns the Retried field if non-nil, zero value otherwise.

GetRetriedOk

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.

SetRetried

func (o *RetryWebhookEventById201Response) SetRetried(v bool)

SetRetried sets Retried field to given value.

HasRetried

func (o *RetryWebhookEventById201Response) HasRetried() bool

HasRetried returns a boolean if a field has been set.

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