DescribeOrganizationConfigRulesResponse constructor
      
      DescribeOrganizationConfigRulesResponse({ 
    
    
- String? nextToken,
- List<OrganizationConfigRule> ? organizationConfigRules,
Implementation
DescribeOrganizationConfigRulesResponse({
  this.nextToken,
  this.organizationConfigRules,
});