GoogleCloudPolicytroubleshooterIamV3ConditionContextResource constructor

GoogleCloudPolicytroubleshooterIamV3ConditionContextResource({
  1. String? name,
  2. String? service,
  3. String? type,
})

Implementation

GoogleCloudPolicytroubleshooterIamV3ConditionContextResource({
  this.name,
  this.service,
  this.type,
});