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

ProjectsLocationsRepositoriesReadFileOptions

import type { ProjectsLocationsRepositoriesReadFileOptions } from "https://googleapis.deno.dev/v1/dataform:v1beta1.ts";

Additional options for Dataform#projectsLocationsRepositoriesReadFile.

interface ProjectsLocationsRepositoriesReadFileOptions {
commitSha?: string;
path?: string;
}

§Properties

§
commitSha?: string
[src]

Optional. The commit SHA for the commit to read from. If unset, the file will be read from HEAD.

§
path?: string
[src]

Required. Full file path to read including filename, from repository root.