GoogleAppsDriveLabelsV2UserInfo
import type { GoogleAppsDriveLabelsV2UserInfo } from "https://googleapis.deno.dev/v1/drivelabels:v2.ts";
Information about a user.
interface GoogleAppsDriveLabelsV2UserInfo {
person?: string;
}§Properties
§
person?: string
[src]The identifier for this user that can be used with the People
API to get more information. For
example, people/12345678
.