Class ProjectTeamResource
Inheritance
System.Object
ProjectTeamResource
Assembly: Crowdin.Api.dll
Syntax
public class ProjectTeamResource : object
Properties
|
Improve this Doc
View Source
HasAccessToAllWorkflowSteps
Declaration
public bool HasAccessToAllWorkflowSteps { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
HasManagerAccess
Declaration
public bool HasManagerAccess { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Id
Declaration
public int Id { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
Permissions
Declaration
public IDictionary<string, LanguagePermission> Permissions { get; set; }
Property Value
|
Improve this Doc
View Source
Roles
Declaration
public ICollection<TranslatorRole> Roles { get; set; }
Property Value