Apns Credential Response
data class ApnsCredentialResponse(val apnsCertificate: String? = null, val appId: String? = null, val appName: String? = null, val certificateKey: String? = null, val endpoint: String, val keyId: String? = null, val thumbprint: String? = null, val token: String? = null)
Description of a NotificationHub ApnsCredential.