NexSDK
    Preparing search index...

    Interface TaskResponse

    interface TaskResponse {
        assigned_to: TaskResponseAssignedTo;
        booking_id: TaskResponseBookingId;
        checklist_completed: unknown[];
        completed_at: TaskResponseCompletedAt;
        created_at: string;
        due_by: TaskResponseDueBy;
        duration_minutes: TaskResponseDurationMinutes;
        id: string;
        notes: TaskResponseNotes;
        photos: unknown[];
        priority: string;
        property_id: string;
        room_id: string;
        started_at: TaskResponseStartedAt;
        status: string;
        task_type: string;
        updated_at: string;
    }
    Index

    Properties

    assigned_to: TaskResponseAssignedTo
    booking_id: TaskResponseBookingId
    checklist_completed: unknown[]
    completed_at: TaskResponseCompletedAt
    created_at: string
    due_by: TaskResponseDueBy
    duration_minutes: TaskResponseDurationMinutes
    id: string
    notes: TaskResponseNotes
    photos: unknown[]
    priority: string
    property_id: string
    room_id: string
    started_at: TaskResponseStartedAt
    status: string
    task_type: string
    updated_at: string