blob: c062bd6b07fa09c5f39c58d619011ccb43ed9589 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
// Code generated by msgraph-generate.go DO NOT EDIT.
package msgraph
// MediaInfo undocumented
type MediaInfo struct {
// Object is the base model of MediaInfo
Object
// URI undocumented
URI *string `json:"uri,omitempty"`
// ResourceID undocumented
ResourceID *string `json:"resourceId,omitempty"`
}
|