import { GetObjectMetadataForConnectionRequest } from "@amp-labs/sdk-node/models/operations";
let value: GetObjectMetadataForConnectionRequest = {
projectIdOrName: "<value>",
provider: "<value>",
objectName: "<value>",
};
Field | Type | Required | Description |
---|---|---|---|
projectIdOrName |
string | ✔️ | Project ID or name |
provider |
string | ✔️ | The API Provider |
objectName |
string | ✔️ | Object name (mapped or unmapped) |
groupRef |
string | ➖ | The groupRef for the connection |