Class AddStringRequest
Inheritance
System.Object
AddStringRequest
Assembly: Crowdin.Api.dll
Syntax
public class AddStringRequest : object
Properties
|
Improve this Doc
View Source
BranchId
Declaration
public int? BranchId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
|
Improve this Doc
View Source
Context
Declaration
public string? Context { get; set; }
Property Value
Type |
Description |
System.Nullable<System.String> |
|
|
Improve this Doc
View Source
FileId
Declaration
public int? FileId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
|
Improve this Doc
View Source
Identifier
Declaration
public string? Identifier { get; set; }
Property Value
Type |
Description |
System.Nullable<System.String> |
|
|
Improve this Doc
View Source
IsHidden
Declaration
public bool? IsHidden { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Boolean> |
|
|
Improve this Doc
View Source
LabelIds
Declaration
public ICollection<int>? LabelIds { get; set; }
Property Value
Type |
Description |
System.Nullable<ICollection<System.Int32>> |
|
|
Improve this Doc
View Source
MaxLength
Declaration
public int? MaxLength { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
|
Improve this Doc
View Source
Text
Declaration
public string Text { get; set; }
Property Value
Type |
Description |
System.String |
|