PrivacyPolicy class
Represents privacy policy that contains the privacy requirements specified by the data owner.
Currently, this is only supported on views.
Constructors
- PrivacyPolicy({AggregationThresholdPolicy? aggregationThresholdPolicy, DifferentialPrivacyPolicy? differentialPrivacyPolicy, JoinRestrictionPolicy? joinRestrictionPolicy})
- PrivacyPolicy.fromJson(Map json_)
Properties
- aggregationThresholdPolicy ↔ AggregationThresholdPolicy?
- 
  Policy used for aggregation thresholds.
  getter/setter pair
- differentialPrivacyPolicy ↔ DifferentialPrivacyPolicy?
- 
  Policy used for differential privacy.
  getter/setter pair
- hashCode → int
- 
  The hash code for this object.
  no setterinherited
- joinRestrictionPolicy ↔ JoinRestrictionPolicy?
- 
  Join restriction policy is outside of the one of policies, since this
policy can be set along with other policies.
  getter/setter pair
- runtimeType → Type
- 
  A representation of the runtime type of the object.
  no setterinherited
Methods
- 
  noSuchMethod(Invocation invocation) → dynamic 
- 
  Invoked when a nonexistent method or property is accessed.
  inherited
- 
  toJson() → Map< String, dynamic> 
- 
  toString() → String 
- 
  A string representation of this object.
  inherited
Operators
- 
  operator ==(Object other) → bool 
- 
  The equality operator.
  inherited