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

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