gitlab.com/evatix-go/core@v1.3.55/coreinstruction/ParentIdentifier.go (about)

     1  package coreinstruction
     2  
     3  type ParentIdentifier struct {
     4  	ParentId      string `json:"ParentId,omitempty"`
     5  	ParentName    string `json:"ParentName,omitempty"`
     6  	ParentVersion string `json:"ParentVersion,omitempty"`
     7  }