Search Results for

    Show / Hide Table of Contents

    Class Screenshot

    Inheritance
    System.Object
    Screenshot
    Namespace: Crowdin.Api.Screenshots
    Assembly: Crowdin.Api.dll
    Syntax
    public class Screenshot : object

    Properties

    | Improve this Doc View Source

    CreatedAt

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

    Id

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

    LabelIds

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

    Name

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

    Size

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

    Tags

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

    TagsCount

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

    UpdatedAt

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

    Url

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

    UserId

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