Class ProjectTeamResource
Inheritance
ProjectTeamResource
Assembly: Crowdin.Api.dll
Syntax
[PublicAPI]
public class ProjectTeamResource
Properties
|
Edit this page
View Source
HasAccessToAllWorkflowSteps
Declaration
[JsonProperty("hasAccessToAllWorkflowSteps")]
public bool HasAccessToAllWorkflowSteps { get; set; }
Property Value
|
Edit this page
View Source
HasManagerAccess
Declaration
[JsonProperty("hasManagerAccess")]
public bool HasManagerAccess { 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
Permissions
Declaration
[JsonProperty("permissions")]
public IDictionary<string, LanguagePermission> Permissions { get; set; }
Property Value
|
Edit this page
View Source
Roles
Declaration
[JsonProperty("roles")]
public ICollection<TranslatorRole> Roles { get; set; }
Property Value