Scope constructor

Scope({
  1. String? complianceResourceId,
  2. List<String>? complianceResourceTypes,
  3. String? tagKey,
  4. String? tagValue,
})

Implementation

Scope({
  this.complianceResourceId,
  this.complianceResourceTypes,
  this.tagKey,
  this.tagValue,
});