5
0
mirror of https://github.com/cwinfo/matterbridge.git synced 2024-09-20 17:12:31 +00:00
matterbridge/vendor/github.com/yaegashi/msgraph.go/beta/ResourceVisualizationModel.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"`
}