GoogleCloudApigeeV1ListDatastoresResponse constructor

GoogleCloudApigeeV1ListDatastoresResponse({
  1. List<GoogleCloudApigeeV1Datastore>? datastores,
})

Implementation

GoogleCloudApigeeV1ListDatastoresResponse({
  this.datastores,
});