Skip to content

Latest commit

 

History

History
56 lines (31 loc) · 1.69 KB

File metadata and controls

56 lines (31 loc) · 1.69 KB

SlackSettingsOptions

Properties

Name Type Description Notes
WebhookUrl Pointer to string [optional]

Methods

NewSlackSettingsOptions

func NewSlackSettingsOptions() *SlackSettingsOptions

NewSlackSettingsOptions instantiates a new SlackSettingsOptions 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

NewSlackSettingsOptionsWithDefaults

func NewSlackSettingsOptionsWithDefaults() *SlackSettingsOptions

NewSlackSettingsOptionsWithDefaults instantiates a new SlackSettingsOptions 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 *SlackSettingsOptions) GetWebhookUrl() string

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

GetWebhookUrlOk

func (o *SlackSettingsOptions) 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 *SlackSettingsOptions) SetWebhookUrl(v string)

SetWebhookUrl sets WebhookUrl field to given value.

HasWebhookUrl

func (o *SlackSettingsOptions) HasWebhookUrl() bool

HasWebhookUrl returns a boolean if a field has been set.

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