Class ProjectBase
Assembly: Crowdin.Api.dll
Syntax
[PublicAPI]
public class ProjectBase
Properties
|
Edit this page
View Source
CreatedAt
Declaration
[JsonProperty("createdAt")]
public DateTimeOffset CreatedAt { get; set; }
Property Value
|
Edit this page
View Source
Description
Declaration
[JsonProperty("description")]
public string Description { get; set; }
Property Value
|
Edit this page
View Source
Id
Declaration
[JsonProperty("id")]
public long Id { get; set; }
Property Value
|
Edit this page
View Source
Identifier
Declaration
[JsonProperty("identifier")]
public string Identifier { get; set; }
Property Value
|
Edit this page
View Source
LastActivity
Declaration
[JsonProperty("lastActivity")]
public DateTimeOffset? LastActivity { get; set; }
Property Value
|
Edit this page
View Source
Logo
Declaration
[JsonProperty("logo")]
public string Logo { get; set; }
Property Value
|
Edit this page
View Source
Name
Declaration
[JsonProperty("name")]
public string Name { get; set; }
Property Value
|
Edit this page
View Source
PublicDownloads
Declaration
[JsonProperty("publicDownloads")]
public bool PublicDownloads { get; set; }
Property Value
|
Edit this page
View Source
SourceLanguage
Declaration
[JsonProperty("sourceLanguage")]
public Language SourceLanguage { get; set; }
Property Value
|
Edit this page
View Source
SourceLanguageId
Declaration
[JsonProperty("sourceLanguageId")]
public string SourceLanguageId { get; set; }
Property Value
|
Edit this page
View Source
TargetLanguageIds
Declaration
[JsonProperty("targetLanguageIds")]
public string[] TargetLanguageIds { get; set; }
Property Value
|
Edit this page
View Source
TargetLanguages
Declaration
[JsonProperty("targetLanguages")]
public Language[] TargetLanguages { get; set; }
Property Value
|
Edit this page
View Source
Type
Declaration
[JsonProperty("type")]
public ProjectType Type { get; set; }
Property Value
|
Edit this page
View Source
UpdatedAt
Declaration
[JsonProperty("updatedAt")]
public DateTimeOffset? UpdatedAt { get; set; }
Property Value
|
Edit this page
View Source
UserId
Declaration
[JsonProperty("userId")]
public long UserId { get; set; }
Property Value