FirstPartyAppDefinitionResponse

data class FirstPartyAppDefinitionResponse(val architecture: String? = null, val channel: String? = null, val interopExecutionMode: String? = null, val name: String? = null, val ring: String? = null)

Properties of the definition of a first party application of the Test Base package.

Constructors

Link copied to clipboard
constructor(architecture: String? = null, channel: String? = null, interopExecutionMode: String? = null, name: String? = null, ring: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val architecture: String? = null

The architecture of a first party application of a Test Base Account.

Link copied to clipboard
val channel: String? = null

The channel info of a first party application of a Test Base Account.

Link copied to clipboard

Specifies how the first party applications should be inter-operated with user's application.

Link copied to clipboard
val name: String? = null

The media name of a first party application of a Test Base Account.

Link copied to clipboard
val ring: String? = null

The ring info of a first party application of a Test Base Account.