github.com/yaegashi/msgraph.go@v0.1.4/beta/ModelPackage.go (about)

     1  // Code generated by msgraph.go/gen DO NOT EDIT.
     2  
     3  package msgraph
     4  
     5  // Package undocumented
     6  type Package struct {
     7  	// Object is the base model of Package
     8  	Object
     9  	// Type undocumented
    10  	Type *string `json:"type,omitempty"`
    11  }