Search Results for

    Show / Hide Table of Contents

    Class AddTeamMembersResponse

    Inheritance
    System.Object
    AddTeamMembersResponse
    Namespace: Crowdin.Api.Teams
    Assembly: Crowdin.Api.dll
    Syntax
    public class AddTeamMembersResponse : object

    Properties

    | Improve this Doc View Source

    Added

    Declaration
    public TeamMember[] Added { get; set; }
    Property Value
    Type Description
    TeamMember[]
    | Improve this Doc View Source

    Pagination

    Declaration
    public Pagination Pagination { get; set; }
    Property Value
    Type Description
    Pagination
    | Improve this Doc View Source

    Skipped

    Declaration
    public TeamMember[] Skipped { get; set; }
    Property Value
    Type Description
    TeamMember[]
    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX