Get Notification Hub Pns Credentials Result
data class GetNotificationHubPnsCredentialsResult(val admCredential: AdmCredentialResponse? = null, val apnsCredential: ApnsCredentialResponse? = null, val baiduCredential: BaiduCredentialResponse? = null, val gcmCredential: GcmCredentialResponse? = null, val id: String, val location: String? = null, val mpnsCredential: MpnsCredentialResponse? = null, val name: String, val sku: SkuResponse? = null, val tags: Map<String, String>? = null, val type: String, val wnsCredential: WnsCredentialResponse? = null)
Description of a NotificationHub PNS Credentials.
Constructors
Link copied to clipboard
constructor(admCredential: AdmCredentialResponse? = null, apnsCredential: ApnsCredentialResponse? = null, baiduCredential: BaiduCredentialResponse? = null, gcmCredential: GcmCredentialResponse? = null, id: String, location: String? = null, mpnsCredential: MpnsCredentialResponse? = null, name: String, sku: SkuResponse? = null, tags: Map<String, String>? = null, type: String, wnsCredential: WnsCredentialResponse? = null)
Properties
Link copied to clipboard
The AdmCredential of the created NotificationHub
Link copied to clipboard
The ApnsCredential of the created NotificationHub
Link copied to clipboard
The BaiduCredential of the created NotificationHub
Link copied to clipboard
The GcmCredential of the created NotificationHub
Link copied to clipboard
The MpnsCredential of the created NotificationHub
Link copied to clipboard
The sku of the created namespace
Link copied to clipboard
The WnsCredential of the created NotificationHub