GoogleCloudApigeeV1ListExportsResponse constructor

GoogleCloudApigeeV1ListExportsResponse({
  1. List<GoogleCloudApigeeV1Export>? exports,
})

Implementation

GoogleCloudApigeeV1ListExportsResponse({
  this.exports,
});