mirror of
https://github.com/cwinfo/matterbridge.git
synced 2024-11-10 15:40:30 +00:00
26 lines
870 B
Go
26 lines
870 B
Go
|
// 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"`
|
||
|
}
|