GoogleCloudApihubV1ListAttributesResponse
import type { GoogleCloudApihubV1ListAttributesResponse } from "https://googleapis.deno.dev/v1/apihub:v1.ts";The ListAttributes method's response.
interface GoogleCloudApihubV1ListAttributesResponse {
attributes?: GoogleCloudApihubV1Attribute[];
nextPageToken?: string;
}