ManagedZoneOperationsListResponse constructor

ManagedZoneOperationsListResponse({
  1. String? kind,
  2. String? nextPageToken,
  3. List<Operation>? operations,
})

Implementation

ManagedZoneOperationsListResponse({
  this.kind,
  this.nextPageToken,
  this.operations,
});