Logo

@Serializable
data class Logo(val uri: String, val uriIntegrity: String? = null, val altText: String? = null)(source)

Constructors

Link copied to clipboard
constructor(uri: String, uriIntegrity: String? = null, altText: String? = null)

Properties

Link copied to clipboard
@SerialName(value = "alt_text")
val altText: String? = null

OPTIONAL. A string containing alternative text for the logo image.

Link copied to clipboard
@SerialName(value = "uri")
val uri: String

REQUIRED. A URI pointing to the logo image.

Link copied to clipboard
@SerialName(value = "uri#integrity")
val uriIntegrity: String? = null

OPTIONAL. The value MUST be an "integrity metadata" string as defined in Section 3 of W3C.SRI. A Consumer of the respective documents MUST verify the integrity of the retrieved document as defined in Section 3.3.5 of W3C.SRI.