Class ConceptLanguageDetails
Inheritance
ConceptLanguageDetails
Assembly: Crowdin.Api.dll
Syntax
[PublicAPI]
public class ConceptLanguageDetails
Properties
|
Edit this page
View Source
CreatedAt
Declaration
[JsonProperty("createdAt")]
public DateTimeOffset CreatedAt { get; set; }
Property Value
|
Edit this page
View Source
Definition
Declaration
[JsonProperty("definition")]
public string Definition { get; set; }
Property Value
|
Edit this page
View Source
LanguageId
Declaration
[JsonProperty("languageId")]
public string LanguageId { get; set; }
Property Value
|
Edit this page
View Source
Note
Declaration
[JsonProperty("note")]
public string Note { 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