AccessApplicationFooterLink

data class AccessApplicationFooterLink(val name: String? = null, val url: String? = null)

Constructors

Link copied to clipboard
constructor(name: String? = null, url: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val name: String? = null

The name of the footer link.

Link copied to clipboard
val url: String? = null

The URL of the footer link.