Class TmConcordanceResultResource
Inheritance
System.Object
TmConcordanceResultResource
Assembly: Crowdin.Api.dll
Syntax
public class TmConcordanceResultResource : object
Properties
|
Improve this Doc
View Source
RecordId
Declaration
public int RecordId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
Relevant
Declaration
public int Relevant { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
Source
Declaration
public string Source { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Substituted
Declaration
public string Substituted { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Target
Declaration
public string Target { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Tm
Declaration
public TranslationMemory Tm { get; set; }
Property Value
|
Improve this Doc
View Source
UpdatedAt
Declaration
public DateTimeOffset UpdatedAt { get; set; }
Property Value
Type |
Description |
DateTimeOffset |
|