ListInstantSnapshotsRequest constructor

ListInstantSnapshotsRequest({
  1. String? filter,
  2. int? maxResults,
  3. String? orderBy,
  4. String? pageToken,
  5. required String project,
  6. bool? returnPartialSuccess,
  7. required String zone,
})

Implementation

ListInstantSnapshotsRequest({
  this.filter,
  this.maxResults,
  this.orderBy,
  this.pageToken,
  required this.project,
  this.returnPartialSuccess,
  required this.zone,
}) : super(fullyQualifiedName);