Name | Type | Description | Notes |
---|---|---|---|
Destinations | Pointer to Get200ResponseLinksLogCache | [optional] | |
Domain | Pointer to Get200ResponseLinksLogCache | [optional] | |
Self | Pointer to Get200ResponseLinksLogCache | [optional] | |
Space | Pointer to Get200ResponseLinksLogCache | [optional] |
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
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
func (o *RouteLinks) GetDestinations() Get200ResponseLinksLogCache
GetDestinations returns the Destinations field if non-nil, zero value otherwise.
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.
func (o *RouteLinks) SetDestinations(v Get200ResponseLinksLogCache)
SetDestinations sets Destinations field to given value.
func (o *RouteLinks) HasDestinations() bool
HasDestinations returns a boolean if a field has been set.
func (o *RouteLinks) GetDomain() Get200ResponseLinksLogCache
GetDomain returns the Domain field if non-nil, zero value otherwise.
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.
func (o *RouteLinks) SetDomain(v Get200ResponseLinksLogCache)
SetDomain sets Domain field to given value.
func (o *RouteLinks) HasDomain() bool
HasDomain returns a boolean if a field has been set.
func (o *RouteLinks) GetSelf() Get200ResponseLinksLogCache
GetSelf returns the Self field if non-nil, zero value otherwise.
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.
func (o *RouteLinks) SetSelf(v Get200ResponseLinksLogCache)
SetSelf sets Self field to given value.
func (o *RouteLinks) HasSelf() bool
HasSelf returns a boolean if a field has been set.
func (o *RouteLinks) GetSpace() Get200ResponseLinksLogCache
GetSpace returns the Space field if non-nil, zero value otherwise.
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.
func (o *RouteLinks) SetSpace(v Get200ResponseLinksLogCache)
SetSpace sets Space field to given value.
func (o *RouteLinks) HasSpace() bool
HasSpace returns a boolean if a field has been set.