| Name | Type | Description | Notes |
|---|---|---|---|
| WebhookUrl | Pointer to string | [optional] | |
| AuthHeader | Pointer to string | [optional] | |
| JsonPayload | Pointer to string | [optional] |
func NewWebhookSettingsOptions() *WebhookSettingsOptions
NewWebhookSettingsOptions instantiates a new WebhookSettingsOptions 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 NewWebhookSettingsOptionsWithDefaults() *WebhookSettingsOptions
NewWebhookSettingsOptionsWithDefaults instantiates a new WebhookSettingsOptions 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 *WebhookSettingsOptions) GetWebhookUrl() string
GetWebhookUrl returns the WebhookUrl field if non-nil, zero value otherwise.
func (o *WebhookSettingsOptions) GetWebhookUrlOk() (*string, bool)
GetWebhookUrlOk returns a tuple with the WebhookUrl field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *WebhookSettingsOptions) SetWebhookUrl(v string)
SetWebhookUrl sets WebhookUrl field to given value.
func (o *WebhookSettingsOptions) HasWebhookUrl() bool
HasWebhookUrl returns a boolean if a field has been set.
func (o *WebhookSettingsOptions) GetAuthHeader() string
GetAuthHeader returns the AuthHeader field if non-nil, zero value otherwise.
func (o *WebhookSettingsOptions) GetAuthHeaderOk() (*string, bool)
GetAuthHeaderOk returns a tuple with the AuthHeader field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *WebhookSettingsOptions) SetAuthHeader(v string)
SetAuthHeader sets AuthHeader field to given value.
func (o *WebhookSettingsOptions) HasAuthHeader() bool
HasAuthHeader returns a boolean if a field has been set.
func (o *WebhookSettingsOptions) GetJsonPayload() string
GetJsonPayload returns the JsonPayload field if non-nil, zero value otherwise.
func (o *WebhookSettingsOptions) GetJsonPayloadOk() (*string, bool)
GetJsonPayloadOk returns a tuple with the JsonPayload field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *WebhookSettingsOptions) SetJsonPayload(v string)
SetJsonPayload sets JsonPayload field to given value.
func (o *WebhookSettingsOptions) HasJsonPayload() bool
HasJsonPayload returns a boolean if a field has been set.