DescribePatchPropertiesResult constructor

DescribePatchPropertiesResult({
  1. String? nextToken,
  2. List<Map<String, String>>? properties,
})

Implementation

DescribePatchPropertiesResult({
  this.nextToken,
  this.properties,
});