ListDbSystemShapesResponse constructor
ListDbSystemShapesResponse({
- List<
DbSystemShape> ? dbSystemShapes, - String? nextPageToken,
Implementation
ListDbSystemShapesResponse({
this.dbSystemShapes,
this.nextPageToken,
});