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