GetBotsResponse constructor
GetBotsResponse({
- List<
BotMetadata> ? bots, - String? nextToken,
Implementation
GetBotsResponse({
this.bots,
this.nextToken,
});
GetBotsResponse({
this.bots,
this.nextToken,
});