GetIntegrationResponsesResponse constructor
GetIntegrationResponsesResponse({
- List<
IntegrationResponse> ? items, - String? nextToken,
Implementation
GetIntegrationResponsesResponse({
this.items,
this.nextToken,
});