GetApplicationProvidersApplicationProviderDisplayData

data class GetApplicationProvidersApplicationProviderDisplayData(val description: String, val displayName: String, val iconUrl: String) : ConvertibleToJava<GetApplicationProvidersApplicationProviderDisplayData>

Constructors

constructor(description: String, displayName: String, iconUrl: String)

Properties

Link copied to clipboard

Description of the application provider.

Link copied to clipboard

Name of the application provider.

Link copied to clipboard

URL that points to an icon that represents the application provider.

Functions

Link copied to clipboard
open override fun toJava(): GetApplicationProvidersApplicationProviderDisplayData