Skip to content

Latest commit

 

History

History
134 lines (73 loc) · 3.76 KB

RouteLinks.md

File metadata and controls

134 lines (73 loc) · 3.76 KB

RouteLinks

Properties

Name Type Description Notes
Destinations Pointer to Get200ResponseLinksLogCache [optional]
Domain Pointer to Get200ResponseLinksLogCache [optional]
Self Pointer to Get200ResponseLinksLogCache [optional]
Space Pointer to Get200ResponseLinksLogCache [optional]

Methods

NewRouteLinks

func NewRouteLinks() *RouteLinks

NewRouteLinks instantiates a new RouteLinks 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

NewRouteLinksWithDefaults

func NewRouteLinksWithDefaults() *RouteLinks

NewRouteLinksWithDefaults instantiates a new RouteLinks 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

GetDestinations

func (o *RouteLinks) GetDestinations() Get200ResponseLinksLogCache

GetDestinations returns the Destinations field if non-nil, zero value otherwise.

GetDestinationsOk

func (o *RouteLinks) GetDestinationsOk() (*Get200ResponseLinksLogCache, bool)

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

SetDestinations

func (o *RouteLinks) SetDestinations(v Get200ResponseLinksLogCache)

SetDestinations sets Destinations field to given value.

HasDestinations

func (o *RouteLinks) HasDestinations() bool

HasDestinations returns a boolean if a field has been set.

GetDomain

func (o *RouteLinks) GetDomain() Get200ResponseLinksLogCache

GetDomain returns the Domain field if non-nil, zero value otherwise.

GetDomainOk

func (o *RouteLinks) GetDomainOk() (*Get200ResponseLinksLogCache, bool)

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

SetDomain

func (o *RouteLinks) SetDomain(v Get200ResponseLinksLogCache)

SetDomain sets Domain field to given value.

HasDomain

func (o *RouteLinks) HasDomain() bool

HasDomain returns a boolean if a field has been set.

GetSelf

func (o *RouteLinks) GetSelf() Get200ResponseLinksLogCache

GetSelf returns the Self field if non-nil, zero value otherwise.

GetSelfOk

func (o *RouteLinks) GetSelfOk() (*Get200ResponseLinksLogCache, bool)

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

SetSelf

func (o *RouteLinks) SetSelf(v Get200ResponseLinksLogCache)

SetSelf sets Self field to given value.

HasSelf

func (o *RouteLinks) HasSelf() bool

HasSelf returns a boolean if a field has been set.

GetSpace

func (o *RouteLinks) GetSpace() Get200ResponseLinksLogCache

GetSpace returns the Space field if non-nil, zero value otherwise.

GetSpaceOk

func (o *RouteLinks) GetSpaceOk() (*Get200ResponseLinksLogCache, bool)

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

SetSpace

func (o *RouteLinks) SetSpace(v Get200ResponseLinksLogCache)

SetSpace sets Space field to given value.

HasSpace

func (o *RouteLinks) HasSpace() bool

HasSpace returns a boolean if a field has been set.

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