Get Namespace Pns Credentials Result
data class GetNamespacePnsCredentialsResult(val admCredential: AdmCredentialResponse? = null, val apnsCredential: ApnsCredentialResponse? = null, val baiduCredential: BaiduCredentialResponse? = null, val browserCredential: BrowserCredentialResponse? = null, val fcmV1Credential: FcmV1CredentialResponse? = null, val gcmCredential: GcmCredentialResponse? = null, val id: String, val location: String? = null, val mpnsCredential: MpnsCredentialResponse? = null, val name: String, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val type: String, val wnsCredential: WnsCredentialResponse? = null, val xiaomiCredential: XiaomiCredentialResponse? = null)
Description of a NotificationHub PNS Credentials. This is a response of the POST requests that return namespace or hubs PNS credentials.
Constructors
Link copied to clipboard
constructor(admCredential: AdmCredentialResponse? = null, apnsCredential: ApnsCredentialResponse? = null, baiduCredential: BaiduCredentialResponse? = null, browserCredential: BrowserCredentialResponse? = null, fcmV1Credential: FcmV1CredentialResponse? = null, gcmCredential: GcmCredentialResponse? = null, id: String, location: String? = null, mpnsCredential: MpnsCredentialResponse? = null, name: String, systemData: SystemDataResponse, tags: Map<String, String>? = null, type: String, wnsCredential: WnsCredentialResponse? = null, xiaomiCredential: XiaomiCredentialResponse? = null)
Properties
Link copied to clipboard
Description of a NotificationHub AdmCredential.
Link copied to clipboard
Description of a NotificationHub ApnsCredential.
Link copied to clipboard
Description of a NotificationHub BaiduCredential.
Link copied to clipboard
Description of a NotificationHub BrowserCredential.
Link copied to clipboard
Description of a NotificationHub FcmV1Credential.
Link copied to clipboard
Description of a NotificationHub GcmCredential.
Link copied to clipboard
Description of a NotificationHub MpnsCredential.
Link copied to clipboard
Azure Resource Manager metadata containing createdBy and modifiedBy information.
Link copied to clipboard
Description of a NotificationHub WnsCredential.
Link copied to clipboard
Description of a NotificationHub XiaomiCredential.