Class TeamMember
Assembly: Crowdin.Api.dll
Syntax
[PublicAPI]
public class TeamMember
Properties
|
Edit this page
View Source
AvatarUrl
Declaration
[JsonProperty("avatarUrl")]
public string AvatarUrl { get; set; }
Property Value
|
Edit this page
View Source
FullName
Declaration
[JsonProperty("fullName")]
public string FullName { get; set; }
Property Value
|
Edit this page
View Source
Id
Declaration
[JsonProperty("id")]
public long Id { get; set; }
Property Value
|
Edit this page
View Source
JoinedAt
Declaration
[JsonProperty("joinedAt")]
public DateTimeOffset JoinedAt { get; set; }
Property Value
|
Edit this page
View Source
Permissions
Declaration
[JsonProperty("permissions")]
public IDictionary<string, string> Permissions { get; set; }
Property Value
|
Edit this page
View Source
Role
Declaration
[JsonProperty("role")]
public UserRole Role { get; set; }
Property Value
|
Edit this page
View Source
TimeZone
Declaration
[JsonProperty("timezone")]
public string TimeZone { get; set; }
Property Value
|
Edit this page
View Source
Username
Declaration
[JsonProperty("username")]
public string Username { get; set; }
Property Value