Search Results for

    Show / Hide Table of Contents

    Class AddTeamToProjectRequest

    Inheritance
    System.Object
    AddTeamToProjectRequest
    Namespace: Crowdin.Api.Teams
    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
    Type Description
    System.Nullable<IDictionary<System.String, LanguagePermission>>
    | Improve this Doc View Source

    Roles

    Declaration
    public ICollection<TranslatorRole>? Roles { get; set; }
    Property Value
    Type Description
    System.Nullable<ICollection<TranslatorRole>>
    | Improve this Doc View Source

    TeamId

    Declaration
    public int TeamId { get; set; }
    Property Value
    Type Description
    System.Int32
    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX