Class BuildProjectFileTranslationResponse
Inheritance
BuildProjectFileTranslationResponse
Assembly: Crowdin.Api.dll
Syntax
[PublicAPI]
public class BuildProjectFileTranslationResponse
Constructors
|
Edit this page
View Source
BuildProjectFileTranslationResponse(ResponseType)
Declaration
public BuildProjectFileTranslationResponse(BuildProjectFileTranslationResponse.ResponseType type)
Parameters
|
Edit this page
View Source
BuildProjectFileTranslationResponse(FileDownloadLink)
Declaration
public BuildProjectFileTranslationResponse(FileDownloadLink link)
Parameters
Properties
|
Edit this page
View Source
Link
Declaration
public FileDownloadLink? Link { get; set; }
Property Value
|
Edit this page
View Source
Type
Declaration
public BuildProjectFileTranslationResponse.ResponseType Type { get; set; }
Property Value