Class TmSegmentResource
Inherited Members
Namespace: Crowdin.Api.TranslationMemory
Assembly: Crowdin.Api.dll
Syntax
[PublicAPI]
public class TmSegmentResource
Properties
| Edit this page View SourceId
Declaration
[JsonProperty("id")]
public long Id { get; set; }
Property Value
Type | Description |
---|---|
long |
Records
Declaration
[JsonProperty("records")]
public TmSegmentRecord[] Records { get; set; }
Property Value
Type | Description |
---|---|
TmSegmentRecord[] |