Class AddTeamToProjectRequest
Inheritance
System.Object
AddTeamToProjectRequest
Assembly: Crowdin.Api.dll
Syntax
public class AddTeamToProjectRequest : 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
TeamId
Declaration
public int TeamId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|