Search Results for

    Show / Hide Table of Contents

    Class BuildProjectFileTranslationResponse

    Inheritance
    object
    BuildProjectFileTranslationResponse
    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 BuildProjectFileTranslationResponse

    Constructors

    | Edit this page View Source

    BuildProjectFileTranslationResponse(ResponseType)

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

    BuildProjectFileTranslationResponse(FileDownloadLink)

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

    Properties

    | Edit this page View Source

    Link

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

    Type

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