GoogleCloudApigeeV1ApiProductRef constructor

GoogleCloudApigeeV1ApiProductRef({
  1. String? apiproduct,
  2. String? status,
})

Implementation

GoogleCloudApigeeV1ApiProductRef({
  this.apiproduct,
  this.status,
});