Zync SDK
Toggle table of contents
2.1.10
commonMain
Platform filter
commonMain
Switch theme
Search in API
Zync SDK
Zync SDK
/
zync.api.team.models
/
ZyncTeamDetail
Zync
Team
Detail
data
class
ZyncTeamDetail
(
val
teamUid
:
String
,
val
teamName
:
String
,
val
teamDescription
:
String
?
,
val
teamColor
:
String
?
,
val
isActive
:
Boolean
,
val
createdAt
:
String
?
,
val
users
:
List
<
ZyncUser
>
,
val
customFields
:
List
<
ZyncFormField
>
)
Members
Constructors
Zync
Team
Detail
Link copied to clipboard
constructor
(
teamUid
:
String
,
teamName
:
String
,
teamDescription
:
String
?
,
teamColor
:
String
?
,
isActive
:
Boolean
,
createdAt
:
String
?
,
users
:
List
<
ZyncUser
>
,
customFields
:
List
<
ZyncFormField
>
)
Properties
created
At
Link copied to clipboard
val
createdAt
:
String
?
custom
Fields
Link copied to clipboard
val
customFields
:
List
<
ZyncFormField
>
is
Active
Link copied to clipboard
val
isActive
:
Boolean
team
Color
Link copied to clipboard
val
teamColor
:
String
?
team
Description
Link copied to clipboard
val
teamDescription
:
String
?
team
Name
Link copied to clipboard
val
teamName
:
String
team
Uid
Link copied to clipboard
val
teamUid
:
String
users
Link copied to clipboard
val
users
:
List
<
ZyncUser
>