Class Option
Inherited Members
Namespace: Crowdin.Api.Fields
Assembly: Crowdin.Api.dll
Syntax
[PublicAPI]
public class Option
Properties
| Edit this page View SourceLabel
Declaration
[JsonProperty("label")]
public string Label { get; set; }
Property Value
Type | Description |
---|---|
string |
Value
Declaration
[JsonProperty("value")]
public string Value { get; set; }
Property Value
Type | Description |
---|---|
string |