Number of active NPM hosts for each hour for a given organization.

Hierarchy

  • UsageNetworkHostsHour

Constructors

Properties

additionalProperties?: {
    [key: string]: any;
}

A container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.

Type declaration

  • [key: string]: any
hostCount?: number

Contains the number of active NPM hosts.

hour?: Date

The hour for the usage.

orgName?: string

The organization name.

publicId?: string

The organization public ID.

Generated using TypeDoc