GoogleCloudApigeeV1ListApiDocsResponse constructor

GoogleCloudApigeeV1ListApiDocsResponse({
  1. List<GoogleCloudApigeeV1ApiDoc>? data,
  2. String? errorCode,
  3. String? message,
  4. String? nextPageToken,
  5. String? requestId,
  6. String? status,
})

Implementation

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