Class GooglePrivacyDlpV2Bucket
Bucket is represented as a range, along with replacement values.
Implements
Inherited Members
Namespace: Google.Apis.DLP.v2.Data
Assembly: Google.Apis.DLP.v2.dll
Syntax
public class GooglePrivacyDlpV2Bucket : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Max
Upper bound of the range, exclusive; type must match min.
Declaration
[JsonProperty("max")]
public virtual GooglePrivacyDlpV2Value Max { get; set; }
Property Value
Type | Description |
---|---|
GooglePrivacyDlpV2Value |
Min
Lower bound of the range, inclusive. Type should be the same as max if used.
Declaration
[JsonProperty("min")]
public virtual GooglePrivacyDlpV2Value Min { get; set; }
Property Value
Type | Description |
---|---|
GooglePrivacyDlpV2Value |
ReplacementValue
Required. Replacement value for this bucket.
Declaration
[JsonProperty("replacementValue")]
public virtual GooglePrivacyDlpV2Value ReplacementValue { get; set; }
Property Value
Type | Description |
---|---|
GooglePrivacyDlpV2Value |