Skip to content

Latest commit

 

History

History
108 lines (59 loc) · 3.35 KB

WebHookNotiForwarderPublicDetails.md

File metadata and controls

108 lines (59 loc) · 3.35 KB

WebHookNotiForwarderPublicDetails

Properties

Name Type Description Notes
AuthType Pointer to string [optional]
EndpointUrl Pointer to string [optional]
Username Pointer to string Auth type - User Password [optional]

Methods

NewWebHookNotiForwarderPublicDetails

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

NewWebHookNotiForwarderPublicDetailsWithDefaults

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

GetAuthType

func (o *WebHookNotiForwarderPublicDetails) GetAuthType() string

GetAuthType returns the AuthType field if non-nil, zero value otherwise.

GetAuthTypeOk

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.

SetAuthType

func (o *WebHookNotiForwarderPublicDetails) SetAuthType(v string)

SetAuthType sets AuthType field to given value.

HasAuthType

func (o *WebHookNotiForwarderPublicDetails) HasAuthType() bool

HasAuthType returns a boolean if a field has been set.

GetEndpointUrl

func (o *WebHookNotiForwarderPublicDetails) GetEndpointUrl() string

GetEndpointUrl returns the EndpointUrl field if non-nil, zero value otherwise.

GetEndpointUrlOk

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.

SetEndpointUrl

func (o *WebHookNotiForwarderPublicDetails) SetEndpointUrl(v string)

SetEndpointUrl sets EndpointUrl field to given value.

HasEndpointUrl

func (o *WebHookNotiForwarderPublicDetails) HasEndpointUrl() bool

HasEndpointUrl returns a boolean if a field has been set.

GetUsername

func (o *WebHookNotiForwarderPublicDetails) GetUsername() string

GetUsername returns the Username field if non-nil, zero value otherwise.

GetUsernameOk

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.

SetUsername

func (o *WebHookNotiForwarderPublicDetails) SetUsername(v string)

SetUsername sets Username field to given value.

HasUsername

func (o *WebHookNotiForwarderPublicDetails) HasUsername() bool

HasUsername returns a boolean if a field has been set.

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