blob: 55a200c26ece887bd9b1b55c57439a48f61df1c8 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
// Code generated by msgraph-generate.go DO NOT EDIT.
package msgraph
// ResourceVisualization undocumented
type ResourceVisualization struct {
// Object is the base model of ResourceVisualization
Object
// Title undocumented
Title *string `json:"title,omitempty"`
// Type undocumented
Type *string `json:"type,omitempty"`
// MediaType undocumented
MediaType *string `json:"mediaType,omitempty"`
// PreviewImageURL undocumented
PreviewImageURL *string `json:"previewImageUrl,omitempty"`
// PreviewText undocumented
PreviewText *string `json:"previewText,omitempty"`
// ContainerWebURL undocumented
ContainerWebURL *string `json:"containerWebUrl,omitempty"`
// ContainerDisplayName undocumented
ContainerDisplayName *string `json:"containerDisplayName,omitempty"`
// ContainerType undocumented
ContainerType *string `json:"containerType,omitempty"`
}
|