CancelOperationRequest constructor

CancelOperationRequest({
  1. String? name,
  2. String? operationId,
  3. String? projectId,
  4. String? zone,
})

Implementation

CancelOperationRequest({
  this.name,
  this.operationId,
  this.projectId,
  this.zone,
});