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