ListAssociationVersionsResult constructor
ListAssociationVersionsResult({
- List<
AssociationVersionInfo> ? associationVersions, - String? nextToken,
Implementation
ListAssociationVersionsResult({
this.associationVersions,
this.nextToken,
});