VssJson

data class VssJson(val value: String) : FormattedVss

Provides the VSS in JSON format.

Constructors

Link copied to clipboard
constructor(value: String)

Properties

Link copied to clipboard

Inherited functions

Link copied to clipboard

Casts this FormattedVss as a VssJson and retrieves its kotlin.String value. Throws an exception if the FormattedVss is not a VssJson.

Link copied to clipboard

Casts this FormattedVss as a VssJson and retrieves its kotlin.String value. Returns null if the FormattedVss is not a VssJson.