ReadCloneApiV1SandboxSessionsSessionIdGithubReadClonePostRequest
Example Usage
typescript
import { ReadCloneApiV1SandboxSessionsSessionIdGithubReadClonePostRequest } from "@meetkai/mka1/models/operations";
let value: ReadCloneApiV1SandboxSessionsSessionIdGithubReadClonePostRequest = {
sessionId: "<id>",
gitHubReadCloneRequest: {
assignmentGeneration: 408141,
installationId: 430321,
repositoryId: 691737,
owner: "<value>",
repository: "<value>",
baseSha: "<value>",
},
};Fields
| Field | Type | Required | Description |
|---|---|---|---|
sessionId | string | ✔️ | N/A |
xOnBehalfOf | string | ➖ | Optional external end-user identifier forwarded by the API gateway. |
gitHubReadCloneRequest | components.GitHubReadCloneRequest | ✔️ | N/A |