Name | Type | Description | Notes |
---|---|---|---|
HttpAuth | Pointer to HTTPAuthInformation | [optional] | |
SendResolved | Pointer to bool | WARNING: This is a preview API that could change. Send resolved alert notification | [optional] |
WebhookUrl | string | Webhook URL |
func NewAlertChannelWebHookParams(webhookUrl string, ) *AlertChannelWebHookParams
NewAlertChannelWebHookParams instantiates a new AlertChannelWebHookParams 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 NewAlertChannelWebHookParamsWithDefaults() *AlertChannelWebHookParams
NewAlertChannelWebHookParamsWithDefaults instantiates a new AlertChannelWebHookParams 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 *AlertChannelWebHookParams) GetHttpAuth() HTTPAuthInformation
GetHttpAuth returns the HttpAuth field if non-nil, zero value otherwise.
func (o *AlertChannelWebHookParams) GetHttpAuthOk() (*HTTPAuthInformation, bool)
GetHttpAuthOk returns a tuple with the HttpAuth field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AlertChannelWebHookParams) SetHttpAuth(v HTTPAuthInformation)
SetHttpAuth sets HttpAuth field to given value.
func (o *AlertChannelWebHookParams) HasHttpAuth() bool
HasHttpAuth returns a boolean if a field has been set.
func (o *AlertChannelWebHookParams) GetSendResolved() bool
GetSendResolved returns the SendResolved field if non-nil, zero value otherwise.
func (o *AlertChannelWebHookParams) GetSendResolvedOk() (*bool, bool)
GetSendResolvedOk returns a tuple with the SendResolved field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AlertChannelWebHookParams) SetSendResolved(v bool)
SetSendResolved sets SendResolved field to given value.
func (o *AlertChannelWebHookParams) HasSendResolved() bool
HasSendResolved returns a boolean if a field has been set.
func (o *AlertChannelWebHookParams) GetWebhookUrl() string
GetWebhookUrl returns the WebhookUrl field if non-nil, zero value otherwise.
func (o *AlertChannelWebHookParams) 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 *AlertChannelWebHookParams) SetWebhookUrl(v string)
SetWebhookUrl sets WebhookUrl field to given value.