ComplianceByResource constructor
ComplianceByResource({
- Compliance? compliance,
- String? resourceId,
- String? resourceType,
Implementation
ComplianceByResource({
this.compliance,
this.resourceId,
this.resourceType,
});