Search Results for

    Show / Hide Table of Contents

    Class DownloadProjectTranslationsResponse

    Inheritance
    System.Object
    DownloadProjectTranslationsResponse
    Namespace: Crowdin.Api.Translations
    Assembly: Crowdin.Api.dll
    Syntax
    public class DownloadProjectTranslationsResponse : object

    Constructors

    | Improve this Doc View Source

    DownloadProjectTranslationsResponse(DownloadLink)

    Declaration
    public DownloadProjectTranslationsResponse(DownloadLink link)
    Parameters
    Type Name Description
    DownloadLink link
    | Improve this Doc View Source

    DownloadProjectTranslationsResponse(ProjectBuild)

    Declaration
    public DownloadProjectTranslationsResponse(ProjectBuild build)
    Parameters
    Type Name Description
    ProjectBuild build

    Properties

    | Improve this Doc View Source

    Build

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

    Link

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

    Type

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