interface GetScrapersRequest {
    id?: any;
    name?: string;
    org?: string;
    orgID?: string;
}

Properties

Properties

id?: any

List of scraper target IDs to return. If both id and owner are specified, only id is used.

name?: string

Specifies the name of the scraper target.

org?: string

Specifies the organization name of the scraper target.

orgID?: string

Specifies the organization ID of the scraper target.

MMNEPVFCICPMFPCPTTAAATR