Skip to content

Latest commit

 

History

History
56 lines (31 loc) · 2 KB

WebhookRegenerateApikeyV1Request.md

File metadata and controls

56 lines (31 loc) · 2 KB

WebhookRegenerateApikeyV1Request

Properties

Name Type Description Notes
BWebhookIssigned Pointer to bool Whether the requests will be signed or not [optional]

Methods

NewWebhookRegenerateApikeyV1Request

func NewWebhookRegenerateApikeyV1Request() *WebhookRegenerateApikeyV1Request

NewWebhookRegenerateApikeyV1Request instantiates a new WebhookRegenerateApikeyV1Request 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

NewWebhookRegenerateApikeyV1RequestWithDefaults

func NewWebhookRegenerateApikeyV1RequestWithDefaults() *WebhookRegenerateApikeyV1Request

NewWebhookRegenerateApikeyV1RequestWithDefaults instantiates a new WebhookRegenerateApikeyV1Request 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

GetBWebhookIssigned

func (o *WebhookRegenerateApikeyV1Request) GetBWebhookIssigned() bool

GetBWebhookIssigned returns the BWebhookIssigned field if non-nil, zero value otherwise.

GetBWebhookIssignedOk

func (o *WebhookRegenerateApikeyV1Request) GetBWebhookIssignedOk() (*bool, bool)

GetBWebhookIssignedOk returns a tuple with the BWebhookIssigned field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetBWebhookIssigned

func (o *WebhookRegenerateApikeyV1Request) SetBWebhookIssigned(v bool)

SetBWebhookIssigned sets BWebhookIssigned field to given value.

HasBWebhookIssigned

func (o *WebhookRegenerateApikeyV1Request) HasBWebhookIssigned() bool

HasBWebhookIssigned returns a boolean if a field has been set.

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