DescribeServicesResponse constructor

DescribeServicesResponse({
  1. String? formatVersion,
  2. String? nextToken,
  3. List<Service>? services,
})

Implementation

DescribeServicesResponse({
  this.formatVersion,
  this.nextToken,
  this.services,
});