Name | Type | Description | Notes |
---|---|---|---|
AuthType | Pointer to string | [optional] | |
EndpointUrl | Pointer to string | [optional] | |
Username | Pointer to string | Auth type - User Password | [optional] |
func NewWebHookNotiForwarderPublicDetails() *WebHookNotiForwarderPublicDetails
NewWebHookNotiForwarderPublicDetails instantiates a new WebHookNotiForwarderPublicDetails 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 NewWebHookNotiForwarderPublicDetailsWithDefaults() *WebHookNotiForwarderPublicDetails
NewWebHookNotiForwarderPublicDetailsWithDefaults instantiates a new WebHookNotiForwarderPublicDetails 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 *WebHookNotiForwarderPublicDetails) GetAuthType() string
GetAuthType returns the AuthType field if non-nil, zero value otherwise.
func (o *WebHookNotiForwarderPublicDetails) GetAuthTypeOk() (*string, bool)
GetAuthTypeOk returns a tuple with the AuthType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *WebHookNotiForwarderPublicDetails) SetAuthType(v string)
SetAuthType sets AuthType field to given value.
func (o *WebHookNotiForwarderPublicDetails) HasAuthType() bool
HasAuthType returns a boolean if a field has been set.
func (o *WebHookNotiForwarderPublicDetails) GetEndpointUrl() string
GetEndpointUrl returns the EndpointUrl field if non-nil, zero value otherwise.
func (o *WebHookNotiForwarderPublicDetails) GetEndpointUrlOk() (*string, bool)
GetEndpointUrlOk returns a tuple with the EndpointUrl field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *WebHookNotiForwarderPublicDetails) SetEndpointUrl(v string)
SetEndpointUrl sets EndpointUrl field to given value.
func (o *WebHookNotiForwarderPublicDetails) HasEndpointUrl() bool
HasEndpointUrl returns a boolean if a field has been set.
func (o *WebHookNotiForwarderPublicDetails) GetUsername() string
GetUsername returns the Username field if non-nil, zero value otherwise.
func (o *WebHookNotiForwarderPublicDetails) GetUsernameOk() (*string, bool)
GetUsernameOk returns a tuple with the Username field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *WebHookNotiForwarderPublicDetails) SetUsername(v string)
SetUsername sets Username field to given value.
func (o *WebHookNotiForwarderPublicDetails) HasUsername() bool
HasUsername returns a boolean if a field has been set.