Class GooglePrivacyDlpV2DataRiskLevel
Score is a summary of all elements in the data profile. A higher number means more risk.
Implements
Inherited Members
Namespace: Google.Apis.DLP.v2.Data
Assembly: Google.Apis.DLP.v2.dll
Syntax
public class GooglePrivacyDlpV2DataRiskLevel : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Score
The score applied to the resource.
Declaration
[JsonProperty("score")]
public virtual string Score { get; set; }
Property Value
Type | Description |
---|---|
string |