ListDbSystemShapesResponse constructor

ListDbSystemShapesResponse({
  1. List<DbSystemShape>? dbSystemShapes,
  2. String? nextPageToken,
})

Implementation

ListDbSystemShapesResponse({this.dbSystemShapes, this.nextPageToken});