gitlab.com/evatix-go/core@v1.3.55/coredata/corestr/CollectionsOfCollectionModel.go (about)

     1  package corestr
     2  
     3  type CollectionsOfCollectionModel struct {
     4  	Items []*Collection `json:"StringsCollectionsOfCollection"`
     5  }