Class GooglePrivacyDlpV2GoogleDriveLabelMetadata
Google Drive labels published by Google.
Implements
Inherited Members
Namespace: Google.Apis.DLP.v2.Data
Assembly: Google.Apis.DLP.v2.dll
Syntax
public class GooglePrivacyDlpV2GoogleDriveLabelMetadata : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
LabelFields
The field values of the Google Drive label
Declaration
[JsonProperty("labelFields")]
public virtual IList<GooglePrivacyDlpV2LabelFieldMetadata> LabelFields { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<GooglePrivacyDlpV2LabelFieldMetadata> |
LabelId
The label ID of the Google Drive label.
Declaration
[JsonProperty("labelId")]
public virtual string LabelId { get; set; }
Property Value
| Type | Description |
|---|---|
| string |