ZelloCredentials

data class ZelloCredentials(val network: String, val username: String, val password: String)

The credentials required to connect to Zello.

Constructors

Link copied to clipboard
constructor(network: String, username: String, password: String)

Properties

Link copied to clipboard

The network to connect to. This is the "x" in your {x.zellowork.com} Zello Work console login.

Link copied to clipboard

The password for the username.

Link copied to clipboard

The username to connect.