Class AddGlossaryRequest
Inheritance
AddGlossaryRequest
Assembly: Crowdin.Api.dll
Syntax
[PublicAPI]
public class AddGlossaryRequest
Properties
|
Edit this page
View Source
GroupId
Declaration
[JsonProperty("groupId")]
public long? GroupId { get; set; }
Property Value
|
Edit this page
View Source
LanguageId
Declaration
[JsonProperty("languageId")]
public string LanguageId { get; set; }
Property Value
|
Edit this page
View Source
Name
Declaration
[JsonProperty("name")]
public string Name { get; set; }
Property Value