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