Class GoogleAppsDriveLabelsV2betaLockStatus
Contains information about whether a label component should be considered locked.
Implements
Inherited Members
Namespace: Google.Apis.DriveLabels.v2beta.Data
Assembly: Google.Apis.DriveLabels.v2beta.dll
Syntax
public class GoogleAppsDriveLabelsV2betaLockStatus : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Locked
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.
Declaration
[JsonProperty("locked")]
public virtual bool? Locked { get; set; }
Property Value
Type | Description |
---|---|
bool? |