Skip to content

Files

Latest commit

e620fe5 · Feb 20, 2025

History

History
51 lines (28 loc) · 1.44 KB

RoutesResponse.md

File metadata and controls

51 lines (28 loc) · 1.44 KB

RoutesResponse

Properties

Name Type Description Notes
Routes Routes

Methods

NewRoutesResponse

func NewRoutesResponse(routes Routes, ) *RoutesResponse

NewRoutesResponse instantiates a new RoutesResponse 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

NewRoutesResponseWithDefaults

func NewRoutesResponseWithDefaults() *RoutesResponse

NewRoutesResponseWithDefaults instantiates a new RoutesResponse 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

GetRoutes

func (o *RoutesResponse) GetRoutes() Routes

GetRoutes returns the Routes field if non-nil, zero value otherwise.

GetRoutesOk

func (o *RoutesResponse) GetRoutesOk() (*Routes, bool)

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

SetRoutes

func (o *RoutesResponse) SetRoutes(v Routes)

SetRoutes sets Routes field to given value.

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