ListAutonomousDatabaseCharacterSetsResponse constructor

ListAutonomousDatabaseCharacterSetsResponse({
  1. List<AutonomousDatabaseCharacterSet>? autonomousDatabaseCharacterSets,
  2. String? nextPageToken,
})

Implementation

ListAutonomousDatabaseCharacterSetsResponse({
  this.autonomousDatabaseCharacterSets,
  this.nextPageToken,
});