GoogleCloudApigeeV1ApiDocDocumentationResponse constructor

GoogleCloudApigeeV1ApiDocDocumentationResponse({
  1. GoogleCloudApigeeV1ApiDocDocumentation? data,
  2. String? errorCode,
  3. String? message,
  4. String? requestId,
  5. String? status,
})

Implementation

GoogleCloudApigeeV1ApiDocDocumentationResponse({
  this.data,
  this.errorCode,
  this.message,
  this.requestId,
  this.status,
});