blob: 3a0e82d7a4315e25dbc8ee1d51684b8cd2db6f24 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
// Code generated by msgraph-generate.go DO NOT EDIT.
package msgraph
import "encoding/json"
// WorkbookFunctionResult undocumented
type WorkbookFunctionResult struct {
// Entity is the base model of WorkbookFunctionResult
Entity
// Error undocumented
Error *string `json:"error,omitempty"`
// Value undocumented
Value json.RawMessage `json:"value,omitempty"`
}
|