go-monobank/docs/SetWebHook.md
2024-04-10 22:18:44 +03:00

1.5 KiB

SetWebHook

Properties

Name Type Description Notes
WebHookUrl Pointer to string [optional]

Methods

NewSetWebHook

func NewSetWebHook() *SetWebHook

NewSetWebHook instantiates a new SetWebHook 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

NewSetWebHookWithDefaults

func NewSetWebHookWithDefaults() *SetWebHook

NewSetWebHookWithDefaults instantiates a new SetWebHook 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 *SetWebHook) GetWebHookUrl() string

GetWebHookUrl returns the WebHookUrl field if non-nil, zero value otherwise.

GetWebHookUrlOk

func (o *SetWebHook) 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 *SetWebHook) SetWebHookUrl(v string)

SetWebHookUrl sets WebHookUrl field to given value.

HasWebHookUrl

func (o *SetWebHook) HasWebHookUrl() bool

HasWebHookUrl returns a boolean if a field has been set.

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