Type Alias GetAssaysParameters

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

Type declaration

  • Optionalid?: number

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

  • Optionalname?: string

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

  • OptionalplateEnabled?: boolean

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

  • Optionalstatus?: string

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

  • Optionaltype?: string

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