Interface ProjectRead

ProjectRead

interface ProjectRead {
    assignee?: null | BasicUser;
    assignee_updated_date?: null | string;
    bug_tracker?: string;
    created_date?: string;
    dimension?: null | string;
    guide_id?: null | number;
    id?: number;
    labels: LabelsSummary;
    name?: string;
    organization?: null | number;
    owner?: null | BasicUser;
    source_storage?: null | Storage;
    status?: JobStatus;
    target_storage?: null | Storage;
    task_subsets?: string[];
    tasks: TasksSummary;
    updated_date?: string;
    url?: string;
}

Properties

assignee?: null | BasicUser

ProjectRead

assignee_updated_date?: null | string

ProjectRead

bug_tracker?: string

ProjectRead

created_date?: string

ProjectRead

dimension?: null | string

ProjectRead

guide_id?: null | number

ProjectRead

id?: number

ProjectRead

ProjectRead

name?: string

ProjectRead

organization?: null | number

ProjectRead

owner?: null | BasicUser

ProjectRead

source_storage?: null | Storage

ProjectRead

status?: JobStatus

ProjectRead

target_storage?: null | Storage

ProjectRead

task_subsets?: string[]

ProjectRead

ProjectRead

updated_date?: string

ProjectRead

url?: string

ProjectRead