Get Transaction Node Result
data class GetTransactionNodeResult(val dns: String, val firewallRules: List<FirewallRuleResponse>? = null, val id: String, val location: String? = null, val name: String, val password: String? = null, val provisioningState: String, val publicKey: String, val type: String, val userName: String)
Payload of the transaction node which is the request/response of the resource provider.