Get Namespace Pns Credentials Result
data class GetNamespacePnsCredentialsResult(val id: String, val location: String? = null, val name: String, val properties: PnsCredentialsResponse, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val type: String)
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(id: String, location: String? = null, name: String, properties: PnsCredentialsResponse, systemData: SystemDataResponse, tags: Map<String, String>? = null, type: String)