Account Network Profile
data class AccountNetworkProfile(val accountAccess: AccountNetworkProfileAccountAccess? = null, val nodeManagementAccess: AccountNetworkProfileNodeManagementAccess? = null)
Constructors
Link copied to clipboard
constructor(accountAccess: AccountNetworkProfileAccountAccess? = null, nodeManagementAccess: AccountNetworkProfileNodeManagementAccess? = null)