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

     1  package models
     2  
     3  type Atom struct {
     4  	Attr     string `json:"attr" bson:"attr"`
     5  	Value    string `json:"value" bson:"value"` // TODO: AnyType
     6  	Negative bool   `json:"negative,omitempty" bson:"negative,omitempty"`
     7  }