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