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

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