Class AddTmRequest
Inherited Members
Namespace: Crowdin.Api.TranslationMemory
Assembly: Crowdin.Api.dll
Syntax
[PublicAPI]
public class AddTmRequest
Properties
| Edit this page View SourceGroupId
Declaration
[JsonProperty("groupId")]
public long? GroupId { get; set; }
Property Value
Type | Description |
---|---|
long? |
LanguageId
Declaration
[JsonProperty("languageId")]
public string LanguageId { get; set; }
Property Value
Type | Description |
---|---|
string |
Name
Declaration
[JsonProperty("name")]
public string Name { get; set; }
Property Value
Type | Description |
---|---|
string |