Skip to content
network_element.go 569 B
Newer Older
Michel Roy's avatar
Michel Roy committed
 * MEEP Mobility Group Manager Model
 * Copyright (c) 2019 InterDigital Communications, Inc. All rights reserved. The information provided herein is the proprietary and confidential information of InterDigital Communications, Inc.
Michel Roy's avatar
Michel Roy committed
 *
 * API version: 1.0.0
 * Generated by: Swagger Codegen (https://github.com/swagger-api/swagger-codegen.git)
 */

package model

// Network element service mappings
type NetworkElement struct {

	// Network element name
	Name string `json:"name,omitempty"`

	ServiceMaps []MobilityGroupServiceMap `json:"serviceMaps,omitempty"`
}