GoogleCloudHealthcareV1ConsentPolicy constructor

GoogleCloudHealthcareV1ConsentPolicy({
  1. Expr? authorizationRule,
  2. List<Attribute>? resourceAttributes,
})

Implementation

GoogleCloudHealthcareV1ConsentPolicy({
  this.authorizationRule,
  this.resourceAttributes,
});