summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/yaegashi/msgraph.go/beta/ModelFree.go
blob: 19ebfb5c8fd06a684589dc0ee70e2be3ed11f77e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
// Code generated by msgraph.go/gen DO NOT EDIT.

package msgraph

// FreeBusyError undocumented
type FreeBusyError struct {
	// Object is the base model of FreeBusyError
	Object
	// Message undocumented
	Message *string `json:"message,omitempty"`
	// ResponseCode undocumented
	ResponseCode *string `json:"responseCode,omitempty"`
}