GoogleCloudApihubV1Range
import type { GoogleCloudApihubV1Range } from "https://googleapis.deno.dev/v1/apihub:v1.ts";
Object describing where in the file the issue was found.
interface GoogleCloudApihubV1Range {
end?: GoogleCloudApihubV1Point;
start?: GoogleCloudApihubV1Point;
}§Properties
§
Required. End of the issue.
§
start?: GoogleCloudApihubV1Point
[src]Required. Start of the issue.