Skip to content

Latest commit

 

History

History
39 lines (20 loc) · 907 Bytes

Endpoint.md

File metadata and controls

39 lines (20 loc) · 907 Bytes

Endpoint

Properties

Name Type Description Notes
Path Pointer to string allowed endpoint

Methods

GetPath

func (o *Endpoint) GetPath() string

GetPath returns the Path field if non-nil, zero value otherwise.

GetPathOk

func (o *Endpoint) GetPathOk() (string, bool)

GetPathOk returns a tuple with the Path field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

HasPath

func (o *Endpoint) HasPath() bool

HasPath returns a boolean if a field has been set.

SetPath

func (o *Endpoint) SetPath(v string)

SetPath gets a reference to the given string and assigns it to the Path field.

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