github.com/yaegashi/msgraph.go@v0.1.4/v1.0/ModelInsight.go (about)

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