Interface GetPoolsWithPoolIdRequest

interface GetPoolsWithPoolIdRequest {
    bottomMask?: string;
    includeExplicit?: string;
    includeImplicit?: string;
    office: string;
    poolId: string;
    projectId: string;
    topMask?: string;
}

Properties

bottomMask?: string
includeExplicit?: string
includeImplicit?: string
office: string
poolId: string
projectId: string
topMask?: string