github.com/free5gc/openapi@v1.0.8/models/model_dnf.go (about)

     1  package models
     2  
     3  type Dnf struct {
     4  	DnfUnits []DnfUnit `json:"dnfUints" bson:"dnfUnits"`
     5  }