GetSupportedResourceTypesOutput constructor

GetSupportedResourceTypesOutput({
  1. List<String>? resourceTypes,
})

Implementation

GetSupportedResourceTypesOutput({
  this.resourceTypes,
});