Class AddStringRequest
Inheritance
AddStringRequest
Assembly: Crowdin.Api.dll
Syntax
[PublicAPI]
public class AddStringRequest
Properties
|
Edit this page
View Source
BranchId
Declaration
[JsonProperty("branchId")]
public long? BranchId { get; set; }
Property Value
|
Edit this page
View Source
Context
Declaration
[JsonProperty("context")]
public string? Context { get; set; }
Property Value
|
Edit this page
View Source
FileId
Declaration
[JsonProperty("fileId")]
public long? FileId { get; set; }
Property Value
|
Edit this page
View Source
Identifier
Declaration
[JsonProperty("identifier")]
public string? Identifier { get; set; }
Property Value
|
Edit this page
View Source
IsHidden
Declaration
[JsonProperty("isHidden")]
public bool? IsHidden { get; set; }
Property Value
|
Edit this page
View Source
LabelIds
Declaration
[JsonProperty("labelIds")]
public ICollection<long>? LabelIds { get; set; }
Property Value
|
Edit this page
View Source
MaxLength
Declaration
[JsonProperty("maxLength")]
public int? MaxLength { get; set; }
Property Value
|
Edit this page
View Source
Text
Declaration
[JsonProperty("text")]
public string Text { get; set; }
Property Value