github.com/free5gc/openapi@v1.0.8/models/model_route_to_location.go (about) 1 /* 2 * 3gpp-traffic-influence 3 * 4 * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) 5 * 6 * API version: 1.0.1 7 * Generated by: OpenAPI Generator (https://openapi-generator.tech) 8 */ 9 10 package models 11 12 type RouteToLocation struct { 13 Dnai string `json:"dnai" yaml:"dnai" bson:"dnai" mapstructure:"Dnai"` 14 RouteInfo *RouteInformation `json:"routeInfo,omitempty" yaml:"routeInfo" bson:"routeInfo" mapstructure:"RouteInfo"` 15 RouteProfId string `json:"routeProfId,omitempty" yaml:"routeProfId" bson:"routeProfId" mapstructure:"RouteProfId"` 16 }