ServiceProviderParameterResponse

data class ServiceProviderParameterResponse(val default: String, val description: String, val displayName: String, val helpUrl: String, val metadata: ServiceProviderParameterResponseMetadata, val name: String, val type: String)

Extra Parameters specific to each Service Provider

Constructors

Link copied to clipboard
constructor(default: String, description: String, displayName: String, helpUrl: String, metadata: ServiceProviderParameterResponseMetadata, name: String, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Default Name for the Service Provider

Link copied to clipboard

Description of the Service Provider

Link copied to clipboard

Display Name of the Service Provider

Link copied to clipboard

Help Url for the Service Provider

Link copied to clipboard

Meta data for the Service Provider

Link copied to clipboard

Name of the Service Provider

Link copied to clipboard

Type of the Service Provider