Class TmConcordanceResultResource
Inheritance
TmConcordanceResultResource
Assembly: Crowdin.Api.dll
Syntax
[PublicAPI]
public class TmConcordanceResultResource
Properties
|
Edit this page
View Source
RecordId
Declaration
[JsonProperty("recordId")]
public long RecordId { get; set; }
Property Value
|
Edit this page
View Source
Relevant
Declaration
[JsonProperty("relevant")]
public int Relevant { get; set; }
Property Value
|
Edit this page
View Source
Source
Declaration
[JsonProperty("source")]
public string Source { get; set; }
Property Value
|
Edit this page
View Source
Substituted
Declaration
[JsonProperty("substituted")]
public string Substituted { get; set; }
Property Value
|
Edit this page
View Source
Target
Declaration
[JsonProperty("target")]
public string Target { get; set; }
Property Value
|
Edit this page
View Source
Tm
Declaration
[JsonProperty("tm")]
public TranslationMemory Tm { get; set; }
Property Value
|
Edit this page
View Source
UpdatedAt
Declaration
[JsonProperty("updatedAt")]
public DateTimeOffset UpdatedAt { get; set; }
Property Value