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

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