GetIntegrationResponsesResponse constructor

GetIntegrationResponsesResponse({
  1. List<IntegrationResponse>? items,
  2. String? nextToken,
})

Implementation

GetIntegrationResponsesResponse({
  this.items,
  this.nextToken,
});