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

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