GetGatewayAppTypesAppType

data class GetGatewayAppTypesAppType(val applicationTypeId: Int, val description: String, val id: Int, val name: String)

Constructors

Link copied to clipboard
constructor(applicationTypeId: Int, description: String, id: Int, name: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The identifier for the application type of this app.

Link copied to clipboard

A short summary of the app type.

Link copied to clipboard
val id: Int

The identifier for this app type. There is only one app type per ID.

Link copied to clipboard

The name of the app type.