// 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"` }