ListFunctionDefinitionVersionsResponse constructor
ListFunctionDefinitionVersionsResponse({
- String? nextToken,
- List<
VersionInformation> ? versions,
Implementation
ListFunctionDefinitionVersionsResponse({
this.nextToken,
this.versions,
});