| Name | Type | Description | Notes |
|---|---|---|---|
| Paths | Pointer to []RouteResponsePath | [optional] | |
| Info | Pointer to ResponseInfo | [optional] |
func NewRouteResponse() *RouteResponse
NewRouteResponse instantiates a new RouteResponse 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 NewRouteResponseWithDefaults() *RouteResponse
NewRouteResponseWithDefaults instantiates a new RouteResponse 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 *RouteResponse) GetPaths() []RouteResponsePath
GetPaths returns the Paths field if non-nil, zero value otherwise.
func (o *RouteResponse) GetPathsOk() (*[]RouteResponsePath, bool)
GetPathsOk returns a tuple with the Paths field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *RouteResponse) SetPaths(v []RouteResponsePath)
SetPaths sets Paths field to given value.
func (o *RouteResponse) HasPaths() bool
HasPaths returns a boolean if a field has been set.
func (o *RouteResponse) GetInfo() ResponseInfo
GetInfo returns the Info field if non-nil, zero value otherwise.
func (o *RouteResponse) GetInfoOk() (*ResponseInfo, bool)
GetInfoOk returns a tuple with the Info field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *RouteResponse) SetInfo(v ResponseInfo)
SetInfo sets Info field to given value.
func (o *RouteResponse) HasInfo() bool
HasInfo returns a boolean if a field has been set.