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