Skip to content

Latest commit

 

History

History
56 lines (31 loc) · 1.61 KB

WebhookPayload.md

File metadata and controls

56 lines (31 loc) · 1.61 KB

WebhookPayload

Properties

Name Type Description Notes
WebhookUrl Pointer to string [optional]

Methods

NewWebhookPayload

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

NewWebhookPayloadWithDefaults

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

GetWebhookUrl

func (o *WebhookPayload) GetWebhookUrl() string

GetWebhookUrl returns the WebhookUrl field if non-nil, zero value otherwise.

GetWebhookUrlOk

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.

SetWebhookUrl

func (o *WebhookPayload) SetWebhookUrl(v string)

SetWebhookUrl sets WebhookUrl field to given value.

HasWebhookUrl

func (o *WebhookPayload) HasWebhookUrl() bool

HasWebhookUrl returns a boolean if a field has been set.

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