blob: 19ebfb5c8fd06a684589dc0ee70e2be3ed11f77e (
plain) (
tree)
|
|
// 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"`
}
|