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

GoogleAppsDriveLabelsV2LockStatus

import type { GoogleAppsDriveLabelsV2LockStatus } from "https://googleapis.deno.dev/v1/drivelabels:v2.ts";

Contains information about whether a label component should be considered locked.

interface GoogleAppsDriveLabelsV2LockStatus {
readonly locked?: boolean;
}

§Properties

§
readonly locked?: boolean
[src]

Output only. Indicates whether this label component is the (direct) target of a LabelLock. A label component can be implicitly locked even if it's not the direct target of a LabelLock, in which case this field is set to false.