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