blob: c11ab4808c54812084b89043153779386675b77c (
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
// ItemPreviewInfo undocumented
type ItemPreviewInfo struct {
// Object is the base model of ItemPreviewInfo
Object
// GetURL undocumented
GetURL *string `json:"getUrl,omitempty"`
// PostParameters undocumented
PostParameters *string `json:"postParameters,omitempty"`
// PostURL undocumented
PostURL *string `json:"postUrl,omitempty"`
}
|