Name | Type | Description | Notes |
---|---|---|---|
Path | Pointer to string | allowed endpoint |
func (o *Endpoint) GetPath() string
GetPath returns the Path field if non-nil, zero value otherwise.
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.
func (o *Endpoint) HasPath() bool
HasPath returns a boolean if a field has been set.
func (o *Endpoint) SetPath(v string)
SetPath gets a reference to the given string and assigns it to the Path field.