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

     1  package models
     2  
     3  type ComplexQuery struct {
     4  	CNf *Cnf `json:"cnf,omitempty" bson:"cnf,omitempty"`
     5  	DNf *Dnf `json:"dnf,omitempty" bson:"dnf,omitempty"`
     6  }