Skip to content

Latest commit

 

History

History
108 lines (59 loc) · 3.14 KB

File metadata and controls

108 lines (59 loc) · 3.14 KB

WebhookSettingsOptions

Properties

Name Type Description Notes
WebhookUrl Pointer to string [optional]
AuthHeader Pointer to string [optional]
JsonPayload Pointer to string [optional]

Methods

NewWebhookSettingsOptions

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

NewWebhookSettingsOptionsWithDefaults

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

GetWebhookUrl

func (o *WebhookSettingsOptions) GetWebhookUrl() string

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

GetWebhookUrlOk

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.

SetWebhookUrl

func (o *WebhookSettingsOptions) SetWebhookUrl(v string)

SetWebhookUrl sets WebhookUrl field to given value.

HasWebhookUrl

func (o *WebhookSettingsOptions) HasWebhookUrl() bool

HasWebhookUrl returns a boolean if a field has been set.

GetAuthHeader

func (o *WebhookSettingsOptions) GetAuthHeader() string

GetAuthHeader returns the AuthHeader field if non-nil, zero value otherwise.

GetAuthHeaderOk

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.

SetAuthHeader

func (o *WebhookSettingsOptions) SetAuthHeader(v string)

SetAuthHeader sets AuthHeader field to given value.

HasAuthHeader

func (o *WebhookSettingsOptions) HasAuthHeader() bool

HasAuthHeader returns a boolean if a field has been set.

GetJsonPayload

func (o *WebhookSettingsOptions) GetJsonPayload() string

GetJsonPayload returns the JsonPayload field if non-nil, zero value otherwise.

GetJsonPayloadOk

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.

SetJsonPayload

func (o *WebhookSettingsOptions) SetJsonPayload(v string)

SetJsonPayload sets JsonPayload field to given value.

HasJsonPayload

func (o *WebhookSettingsOptions) HasJsonPayload() bool

HasJsonPayload returns a boolean if a field has been set.

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