Response for a list of API keys.

Hierarchy

  • APIKeysResponse

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
data?: PartialAPIKey[]

Array of API keys.

Array of objects related to the API key.

Additional information related to api keys response.

Generated using TypeDoc