interface ResourceLimit {
    failedToReachAllProviders?: boolean;
    hostId?: string;
    isHosted?: boolean;
    isPremium?: boolean;
    parallelismTag?: string;
    resourceLimitsData?: { [key: string]: string };
    totalCount?: number;
    totalMinutes?: number;
}

Properties

failedToReachAllProviders?: boolean
hostId?: string
isHosted?: boolean
isPremium?: boolean
parallelismTag?: string
resourceLimitsData?: { [key: string]: string }
totalCount?: number
totalMinutes?: number