Class BuildProjectFileTranslationResponse
Inheritance
System.Object
BuildProjectFileTranslationResponse
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
|
Improve this Doc
View Source
BuildProjectFileTranslationResponse(FileDownloadLink)
Declaration
public BuildProjectFileTranslationResponse(FileDownloadLink link)
Parameters
Properties
|
Improve this Doc
View Source
Link
Declaration
public FileDownloadLink Link { get; set; }
Property Value
|
Improve this Doc
View Source
Type
Declaration
public BuildProjectFileTranslationResponse.ResponseType Type { get; set; }
Property Value