BatchGetAggregateResourceConfigResponse constructor
BatchGetAggregateResourceConfigResponse({
- List<
BaseConfigurationItem> ? baseConfigurationItems, - List<
AggregateResourceIdentifier> ? unprocessedResourceIdentifiers,
Implementation
BatchGetAggregateResourceConfigResponse({
this.baseConfigurationItems,
this.unprocessedResourceIdentifiers,
});