Skip to content

WebhookConfigOpenApiVO

Properties

Name Type Description Notes
WebhookEnable Pointer to bool Audit or Omada Log Notification Enable for Disable Webhook [optional]
WebhookId Pointer to string Webhook ID [optional]

Methods

NewWebhookConfigOpenApiVO

func NewWebhookConfigOpenApiVO() *WebhookConfigOpenApiVO

NewWebhookConfigOpenApiVO instantiates a new WebhookConfigOpenApiVO 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

NewWebhookConfigOpenApiVOWithDefaults

func NewWebhookConfigOpenApiVOWithDefaults() *WebhookConfigOpenApiVO

NewWebhookConfigOpenApiVOWithDefaults instantiates a new WebhookConfigOpenApiVO 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

GetWebhookEnable

func (o *WebhookConfigOpenApiVO) GetWebhookEnable() bool

GetWebhookEnable returns the WebhookEnable field if non-nil, zero value otherwise.

GetWebhookEnableOk

func (o *WebhookConfigOpenApiVO) GetWebhookEnableOk() (*bool, bool)

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

SetWebhookEnable

func (o *WebhookConfigOpenApiVO) SetWebhookEnable(v bool)

SetWebhookEnable sets WebhookEnable field to given value.

HasWebhookEnable

func (o *WebhookConfigOpenApiVO) HasWebhookEnable() bool

HasWebhookEnable returns a boolean if a field has been set.

GetWebhookId

func (o *WebhookConfigOpenApiVO) GetWebhookId() string

GetWebhookId returns the WebhookId field if non-nil, zero value otherwise.

GetWebhookIdOk

func (o *WebhookConfigOpenApiVO) GetWebhookIdOk() (*string, bool)

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

SetWebhookId

func (o *WebhookConfigOpenApiVO) SetWebhookId(v string)

SetWebhookId sets WebhookId field to given value.

HasWebhookId

func (o *WebhookConfigOpenApiVO) HasWebhookId() bool

HasWebhookId returns a boolean if a field has been set.

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