Type Alias GetEnvironmentFilesResponse

GetEnvironmentFilesResponse: {
    files?: EnvironmentFile[];
    next_page_token?: string;
}

Response for GetEnvironmentFiles.

Type declaration

  • Optionalfiles?: EnvironmentFile[]

    If the requested path is a directory, this contains its contents.

    If the requested path is a file, this contains a single entry with the file's metadata. If alt=media was specified, this is empty (content is served via blob).

  • Optionalnext_page_token?: string

    Pagination token for directory listing.