Class LanguageServiceTaskCreateForm
Inheritance
System.Object
LanguageServiceTaskCreateForm
Assembly: Crowdin.Api.dll
public class LanguageServiceTaskCreateForm : AddTaskRequest
Properties
|
Improve this Doc
View Source
Declaration
public ICollection<int>? BranchIds { get; set; }
Property Value
Type |
Description |
System.Nullable<ICollection<System.Int32>> |
|
|
Improve this Doc
View Source
Declaration
public DateTimeOffset? DateFrom { get; set; }
Property Value
Type |
Description |
System.Nullable<DateTimeOffset> |
|
|
Improve this Doc
View Source
Declaration
public DateTimeOffset? DateTo { get; set; }
Property Value
Type |
Description |
System.Nullable<DateTimeOffset> |
|
|
Improve this Doc
View Source
Declaration
public string? Description { get; set; }
Property Value
Type |
Description |
System.Nullable<System.String> |
|
|
Improve this Doc
View Source
Declaration
public ICollection<int>? FileIds { get; set; }
Property Value
Type |
Description |
System.Nullable<ICollection<System.Int32>> |
|
|
Improve this Doc
View Source
Declaration
public bool? IncludePreTranslatedStringsOnly { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Boolean> |
|
|
Improve this Doc
View Source
Declaration
public bool? IncludeUntranslatedStringsOnly { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Boolean> |
|
|
Improve this Doc
View Source
Declaration
public ICollection<int>? LabelIds { get; set; }
Property Value
Type |
Description |
System.Nullable<ICollection<System.Int32>> |
|
|
Improve this Doc
View Source
Declaration
public string LanguageId { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Declaration
public bool? SkipUntranslatedStrings { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Boolean> |
|
|
Improve this Doc
View Source
Declaration
public TaskStatus? Status { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public string Title { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Declaration
public TaskType Type { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public string Vendor { get; }
Property Value
Type |
Description |
System.String |
|