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

     1  // Code generated by msgraph.go/gen DO NOT EDIT.
     2  
     3  package msgraph
     4  
     5  // Entity undocumented
     6  type Entity struct {
     7  	// Object is the base model of Entity
     8  	Object
     9  	// ID undocumented
    10  	ID *string `json:"id,omitempty"`
    11  }
    12  
    13  // EntitySetNames undocumented
    14  type EntitySetNames struct {
    15  	// Object is the base model of EntitySetNames
    16  	Object
    17  }