Class ConceptLanguageDetails
Inheritance
System.Object
ConceptLanguageDetails
Assembly: Crowdin.Api.dll
Syntax
public class ConceptLanguageDetails : object
Properties
|
Improve this Doc
View Source
CreatedAt
Declaration
public DateTimeOffset CreatedAt { get; set; }
Property Value
Type |
Description |
DateTimeOffset |
|
|
Improve this Doc
View Source
Definition
Declaration
public string Definition { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
LanguageId
Declaration
public string LanguageId { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Note
Declaration
public string Note { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
UpdatedAt
Declaration
public DateTimeOffset? UpdatedAt { get; set; }
Property Value
Type |
Description |
System.Nullable<DateTimeOffset> |
|
|
Improve this Doc
View Source
UserId
Declaration
public int UserId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|