Class ServiceRepositoryInfoResponseData

Data object for the service repository info response.

Hierarchy

  • ServiceRepositoryInfoResponseData

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

Attributes of the service repository information.

id: string

The identifier composed of the service name and version.

The resource type for service repository info objects.

Generated using TypeDoc