Get Linked Subscription Result
data class GetLinkedSubscriptionResult(val deviceConnectionStatus: String, val deviceId: String, val deviceLinkState: String, val deviceObjectId: String, val etag: String? = null, val id: String, val kind: String, val lastConnectedTime: String, val linkedSubscriptionId: String? = null, val location: String, val name: String, val registrationResourceId: String? = null, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val type: String)
Linked Subscription information.
Constructors
Link copied to clipboard
fun GetLinkedSubscriptionResult(deviceConnectionStatus: String, deviceId: String, deviceLinkState: String, deviceObjectId: String, etag: String? = null, id: String, kind: String, lastConnectedTime: String, linkedSubscriptionId: String? = null, location: String, name: String, registrationResourceId: String? = null, systemData: SystemDataResponse, tags: Map<String, String>? = null, type: String)