CodebaseSource
import type { CodebaseSource } from "https://googleapis.deno.dev/v1/firebaseapphosting:v1.ts";
A codebase source, representing the state of the codebase that the build will be created at.
interface CodebaseSource {
readonly author?: UserMetadata;
branch?: string;
commit?: string;
readonly commitMessage?: string;
readonly commitTime?: Date;
readonly displayName?: string;
readonly hash?: string;
readonly uri?: string;
}§Properties
§
readonly author?: UserMetadata
[src]Output only. The author contained in the metadata of a version control change.