Type alias GetAssaysParameters

GetAssaysParameters: {
    id?: number;
    name?: string;
    plateEnabled?: boolean;
    status?: string;
    type?: string;
}

Type declaration

  • Optional id?: number

    Applies a filter to match against only assay designs with the provided "id".

  • Optional name?: string

    Applies a filter to match against only assay designs with the provided "name".

  • Optional plateEnabled?: boolean

    Applies a filter to match against only assay designs with the provided "plateEnabled" value.

  • Optional status?: string

    Applies a filter to match against only assay designs with the provided "status". Supported statuses are "Active" and "Archived".

  • Optional type?: string

    Applies a filter to match against only assay designs with the provided "type".

Generated using TypeDoc