Search Results for

    Show / Hide Table of Contents

    Class PendingTaskCreateForm

    Inheritance
    object
    AddTaskRequest
    PendingTaskCreateForm
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Crowdin.Api.Tasks
    Assembly: Crowdin.Api.dll
    Syntax
    [PublicAPI]
    public class PendingTaskCreateForm : AddTaskRequest

    Properties

    | Edit this page View Source

    Assignees

    Declaration
    [JsonProperty("assignees")]
    public ICollection<TaskAssigneeForm>? Assignees { get; set; }
    Property Value
    Type Description
    ICollection<TaskAssigneeForm>
    | Edit this page View Source

    DeadLine

    Declaration
    [JsonProperty("deadline")]
    public DateTimeOffset? DeadLine { get; set; }
    Property Value
    Type Description
    DateTimeOffset?
    | Edit this page View Source

    Description

    Declaration
    [JsonProperty("description")]
    public string? Description { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    PrecedingTaskId

    Declaration
    [JsonProperty("precedingTaskId")]
    public long PrecedingTaskId { get; set; }
    Property Value
    Type Description
    long
    | Edit this page View Source

    Title

    Declaration
    [JsonProperty("title")]
    public string Title { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    Type

    Declaration
    [JsonProperty("type")]
    public TaskType Type { get; set; }
    Property Value
    Type Description
    TaskType
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX