Search Results for

    Show / Hide Table of Contents

    Class ProjectMembersResponse

    Inheritance
    System.Object
    ProjectMembersResponse
    Namespace: Crowdin.Api.Users
    Assembly: Crowdin.Api.dll
    Syntax
    public class ProjectMembersResponse : object

    Properties

    | Improve this Doc View Source

    Added

    Declaration
    public ProjectMember[] Added { get; set; }
    Property Value
    Type Description
    ProjectMember[]
    | 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 ProjectMember[] Skipped { get; set; }
    Property Value
    Type Description
    ProjectMember[]
    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX