Class DownloadProjectTranslationsResponse
Inheritance
System.Object
DownloadProjectTranslationsResponse
Assembly: Crowdin.Api.dll
Syntax
public class DownloadProjectTranslationsResponse : object
Constructors
|
Improve this Doc
View Source
DownloadProjectTranslationsResponse(DownloadLink)
Declaration
public DownloadProjectTranslationsResponse(DownloadLink link)
Parameters
|
Improve this Doc
View Source
DownloadProjectTranslationsResponse(ProjectBuild)
Declaration
public DownloadProjectTranslationsResponse(ProjectBuild build)
Parameters
Properties
|
Improve this Doc
View Source
Build
Declaration
public ProjectBuild Build { get; set; }
Property Value
|
Improve this Doc
View Source
Link
Declaration
public DownloadLink Link { get; set; }
Property Value
|
Improve this Doc
View Source
Type
Declaration
public DownloadProjectTranslationsResponse.ResponseType Type { get; set; }
Property Value