Class PrivacyPolicy
Represents privacy policy that contains the privacy requirements specified by the data owner. Currently, this is only supported on views.
Implements
Inherited Members
Namespace: Google.Apis.Bigquery.v2.Data
Assembly: Google.Apis.Bigquery.v2.dll
Syntax
public class PrivacyPolicy : IDirectResponseSchema
Properties
AggregationThresholdPolicy
Optional. Policy used for aggregation thresholds.
Declaration
[JsonProperty("aggregationThresholdPolicy")]
public virtual AggregationThresholdPolicy AggregationThresholdPolicy { get; set; }
Property Value
Type | Description |
---|---|
AggregationThresholdPolicy |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |