Search Results for

    Show / Hide Table of Contents

    Class VendorGengoTaskCreateForm

    Inheritance
    object
    AddTaskRequest
    VendorGengoTaskCreateForm
    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 VendorGengoTaskCreateForm : AddTaskRequest

    Properties

    | Edit this page View Source

    BranchIds

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

    CustomerMessage

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

    DateFrom

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

    DateTo

    Declaration
    [JsonProperty("dateTo")]
    public DateTimeOffset? DateTo { 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

    EditService

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

    Expertise

    Declaration
    [JsonProperty("expertise")]
    public VendorGengoTaskCreateForm.TaskExpertise? Expertise { get; set; }
    Property Value
    Type Description
    VendorGengoTaskCreateForm.TaskExpertise?
    | Edit this page View Source

    FileIds

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

    LabelIds

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

    LanguageId

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

    Purpose

    Declaration
    [JsonProperty("purpose")]
    public VendorGengoTaskCreateForm.TaskPurpose? Purpose { get; set; }
    Property Value
    Type Description
    VendorGengoTaskCreateForm.TaskPurpose?
    | Edit this page View Source

    Status

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

    Title

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

    Tone

    Declaration
    [JsonProperty("tone")]
    public VendorGengoTaskCreateForm.TaskTone? Tone { get; set; }
    Property Value
    Type Description
    VendorGengoTaskCreateForm.TaskTone?
    | Edit this page View Source

    Type

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

    UsePreferred

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

    Vendor

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