Search Results for

    Show / Hide Table of Contents

    Class StringsExporterSettingsResource

    Inheritance
    System.Object
    StringsExporterSettingsResource
    Namespace: Crowdin.Api.ProjectsGroups
    Assembly: Crowdin.Api.dll
    Syntax
    public class StringsExporterSettingsResource : object

    Properties

    | Improve this Doc View Source

    CreatedAt

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

    Format

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

    Id

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

    Settings

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

    UpdatedAt

    Declaration
    public DateTimeOffset? UpdatedAt { get; set; }
    Property Value
    Type Description
    System.Nullable<DateTimeOffset>
    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX