GetAppsApp

data class GetAppsApp(val appKey: String, val appName: String, val bundleId: String, val createTime: String, val encodedIcon: String, val id: String, val industryId: String, val packageName: String, val productId: String, val type: String)

Constructors

Link copied to clipboard
constructor(appKey: String, appName: String, bundleId: String, createTime: String, encodedIcon: String, id: String, industryId: String, packageName: String, productId: String, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Application AppKey, which uniquely identifies an application when requested by the interface

Link copied to clipboard

The Name of the App.

Link copied to clipboard

iOS application ID. Required when creating an iOS app. NOTE: Either bundle_id or package_name must be set.

Link copied to clipboard

The CreateTime of the App.

Link copied to clipboard

Base64 string of picture.

Link copied to clipboard
val id: String

The ID of the App.

Link copied to clipboard

The Industry ID of the app. For information about Industry and how to use it, MHUBIndustry.

Link copied to clipboard

Android App package name. NOTE: Either bundle_id or package_name must be set.

Link copied to clipboard

The ID of the Product.

Link copied to clipboard

The type of the App. Valid values: Android and iOS.