GoogleCloudApihubV1ApiMetadataList
import type { GoogleCloudApihubV1ApiMetadataList } from "https://googleapis.deno.dev/v1/apihub:v1.ts";
The message to hold repeated API metadata.
interface GoogleCloudApihubV1ApiMetadataList {
apiMetadata?: GoogleCloudApihubV1APIMetadata[];
}§Properties
§
apiMetadata?: GoogleCloudApihubV1APIMetadata[]
[src]Required. The list of API metadata.