data class LagacySnippet
Data class supporting the legacy snippet format.
LagacySnippet(key: String = "", category: String = "", title: String = "", body: String = "")
Data class supporting the legacy snippet format. |
var body: String
the snippet's body. |
|
var category: String
the unique identifier of the category of the snippet. |
|
var key: String
the unique identifier of the snippet. |
|
var title: String
the snippet's title. |