Scope of an QuotasExceededErrorDetails error.

interface QuotasExceededErrorScope {
    id: string;
    kind: "organization" | "project";
}

Properties

Properties

id: string
kind: "organization" | "project"