Search Results for

    Show / Hide Table of Contents

    Class StringComment.UserObject

    Inheritance
    System.Object
    StringComment.UserObject
    Namespace: Crowdin.Api.StringComments
    Assembly: Crowdin.Api.dll
    Syntax
    public class UserObject : object

    Properties

    | Improve this Doc View Source

    AvatarUrl

    Declaration
    public string AvatarUrl { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    FullName

    Declaration
    public string FullName { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    Id

    Declaration
    public int Id { get; set; }
    Property Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    Username

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