TextResourceContents
data class TextResourceContents(val text: String, val uri: String, val mimeType: String?) : ResourceContents(source)
Represents the text contents of a resource.
Represents the text contents of a resource.