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

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