Search Results for

    Show / Hide Table of Contents

    Class BuildProjectFileTranslationResponse

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

    Constructors

    | Improve this Doc View Source

    BuildProjectFileTranslationResponse(BuildProjectFileTranslationResponse.ResponseType)

    Declaration
    public BuildProjectFileTranslationResponse(BuildProjectFileTranslationResponse.ResponseType type)
    Parameters
    Type Name Description
    BuildProjectFileTranslationResponse.ResponseType type
    | Improve this Doc View Source

    BuildProjectFileTranslationResponse(FileDownloadLink)

    Declaration
    public BuildProjectFileTranslationResponse(FileDownloadLink link)
    Parameters
    Type Name Description
    FileDownloadLink link

    Properties

    | Improve this Doc View Source

    Link

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

    Type

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