GoogleCloudApigeeV1ApiDocDocumentationResponse constructor
GoogleCloudApigeeV1ApiDocDocumentationResponse({
- GoogleCloudApigeeV1ApiDocDocumentation? data,
- String? errorCode,
- String? message,
- String? requestId,
- String? status,
Implementation
GoogleCloudApigeeV1ApiDocDocumentationResponse({
this.data,
this.errorCode,
this.message,
this.requestId,
this.status,
});