Class VendorManualPendingTaskCreateForm
Inheritance
System.Object
VendorManualPendingTaskCreateForm
Assembly: Crowdin.Api.dll
public class VendorManualPendingTaskCreateForm : AddTaskRequest
Properties
|
Improve this Doc
View Source
Declaration
public ICollection<TaskAssigneeForm>? Assignees { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public DateTimeOffset? DeadLine { 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 int PrecedingTaskId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
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 TaskVendor Vendor { get; set; }
Property Value