Class AddProjectMemberRequest
Inheritance
System.Object
AddProjectMemberRequest
Assembly: Crowdin.Api.dll
Syntax
public class AddProjectMemberRequest : object
Properties
|
Improve this Doc
View Source
AccessToAllWorkflowSteps
Declaration
public bool? AccessToAllWorkflowSteps { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Boolean> |
|
|
Improve this Doc
View Source
ManagerAccess
Declaration
public bool? ManagerAccess { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Boolean> |
|
|
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
|
Improve this Doc
View Source
UserIds
Declaration
public ICollection<int> UserIds { get; set; }
Property Value
Type |
Description |
ICollection<System.Int32> |
|