ListAutonomousDatabaseCharacterSetsResponse constructor
ListAutonomousDatabaseCharacterSetsResponse({
- List<
AutonomousDatabaseCharacterSet> ? autonomousDatabaseCharacterSets, - String? nextPageToken,
Implementation
ListAutonomousDatabaseCharacterSetsResponse({
this.autonomousDatabaseCharacterSets,
this.nextPageToken,
});