Class Label
Inherited Members
Namespace: Crowdin.Api.Labels
Assembly: Crowdin.Api.dll
Syntax
[PublicAPI]
public class Label
Properties
| Edit this page View SourceId
Declaration
[JsonProperty("id")]
public long Id { get; set; }
Property Value
Type | Description |
---|---|
long |
IsSystem
Declaration
[JsonProperty("isSystem")]
public bool IsSystem { get; set; }
Property Value
Type | Description |
---|---|
bool |
Title
Declaration
[JsonProperty("title")]
public string Title { get; set; }
Property Value
Type | Description |
---|---|
string |