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