GoogleCloudApigeeV1ListApiProductsResponse constructor

GoogleCloudApigeeV1ListApiProductsResponse({
  1. List<GoogleCloudApigeeV1ApiProduct>? apiProduct,
})

Implementation

GoogleCloudApigeeV1ListApiProductsResponse({
  this.apiProduct,
});