Class Glossary
Assembly: Crowdin.Api.dll
Syntax
[PublicAPI]
public class Glossary
Properties
|
Edit this page
View Source
CreatedAt
Declaration
[JsonProperty("createdAt")]
public DateTimeOffset CreatedAt { get; set; }
Property Value
|
Edit this page
View Source
DefaultProjectIds
Declaration
[JsonProperty("defaultProjectIds")]
public long[] DefaultProjectIds { get; set; }
Property Value
|
Edit this page
View Source
GroupId
Declaration
[JsonProperty("groupId")]
public long? GroupId { get; set; }
Property Value
|
Edit this page
View Source
Id
Declaration
[JsonProperty("id")]
public long Id { 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
LanguageIds
Declaration
[JsonProperty("languageIds")]
public string[] LanguageIds { get; set; }
Property Value
|
Edit this page
View Source
Name
Declaration
[JsonProperty("name")]
public string Name { get; set; }
Property Value
|
Edit this page
View Source
ProjectIds
Declaration
[JsonProperty("projectIds")]
public long[] ProjectIds { get; set; }
Property Value
|
Edit this page
View Source
Terms
Declaration
[JsonProperty("terms")]
public long Terms { get; set; }
Property Value
|
Edit this page
View Source
UserId
Declaration
[JsonProperty("userId")]
public long UserId { get; set; }
Property Value