Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

TestGoldengateConnectionAssignmentRequest

import type { TestGoldengateConnectionAssignmentRequest } from "https://googleapis.deno.dev/v1/oracledatabase:v1.ts";

Request message for TestGoldengateConnectionAssignment.

interface TestGoldengateConnectionAssignmentRequest {
type?: "TEST_TYPE_UNSPECIFIED" | "DEFAULT";
}

§Properties

§
type?: "TEST_TYPE_UNSPECIFIED" | "DEFAULT"
[src]

Optional. The type of the test of the assigned connection. The only type actually supported is DEFAULT.