com
.
github
.
agaro1121
models
package
models
Linear Supertypes
AnyRef
,
Any
Ordering
Alphabetic
By Inheritance
Inherited
models
AnyRef
Any
Hide All
Show All
Visibility
Public
All
Type Members
type
ChannelId
=
String
case class
ConnectSelf
(
id:
String
,
name:
String
)
extends
Product
with
Serializable
case class
ConnectTeam
(
id:
String
,
name:
String
,
domain:
String
,
enterprise_id:
Option
[
String
]
,
enterprise_name:
Option
[
String
]
)
extends
Product
with
Serializable
case class
Error
(
ok:
Boolean
,
error:
String
)
extends
Product
with
Serializable
case class
RtmConnectResponse
(
ok:
Boolean
,
url:
String
,
team:
ConnectTeam
,
self:
ConnectSelf
)
extends
Product
with
Serializable
type
UserId
=
String
Value Members
package
events
Inherited from
AnyRef
Inherited from
Any
Ungrouped