Search Results for

    Show / Hide Table of Contents

    Class DownloadProjectTranslationsResponse

    Inheritance
    object
    DownloadProjectTranslationsResponse
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Crowdin.Api.Translations
    Assembly: Crowdin.Api.dll
    Syntax
    [PublicAPI]
    public class DownloadProjectTranslationsResponse

    Constructors

    | Edit this page View Source

    DownloadProjectTranslationsResponse(DownloadLink)

    Declaration
    public DownloadProjectTranslationsResponse(DownloadLink link)
    Parameters
    Type Name Description
    DownloadLink link
    | Edit this page View Source

    DownloadProjectTranslationsResponse(ProjectBuild)

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

    Properties

    | Edit this page View Source

    Build

    Declaration
    public ProjectBuild? Build { get; set; }
    Property Value
    Type Description
    ProjectBuild
    | Edit this page View Source

    Link

    Declaration
    public DownloadLink? Link { get; set; }
    Property Value
    Type Description
    DownloadLink
    | Edit this page View Source

    Type

    Declaration
    public DownloadProjectTranslationsResponse.ResponseType Type { get; set; }
    Property Value
    Type Description
    DownloadProjectTranslationsResponse.ResponseType
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX