Name | Type | Description | Notes |
---|---|---|---|
WebhookUrl | Pointer to string | [optional] |
func NewWebhookPayload() *WebhookPayload
NewWebhookPayload instantiates a new WebhookPayload 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 NewWebhookPayloadWithDefaults() *WebhookPayload
NewWebhookPayloadWithDefaults instantiates a new WebhookPayload 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 *WebhookPayload) GetWebhookUrl() string
GetWebhookUrl returns the WebhookUrl field if non-nil, zero value otherwise.
func (o *WebhookPayload) 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 *WebhookPayload) SetWebhookUrl(v string)
SetWebhookUrl sets WebhookUrl field to given value.
func (o *WebhookPayload) HasWebhookUrl() bool
HasWebhookUrl returns a boolean if a field has been set.