GoogleCloudApigeeV1DeleteResponse constructor

GoogleCloudApigeeV1DeleteResponse({
  1. String? errorCode,
  2. String? gcpResource,
  3. String? message,
  4. String? requestId,
  5. String? status,
})

Implementation

GoogleCloudApigeeV1DeleteResponse({
  this.errorCode,
  this.gcpResource,
  this.message,
  this.requestId,
  this.status,
});