GoogleCloudApigeeV1DatastoreConfig constructor

GoogleCloudApigeeV1DatastoreConfig({
  1. String? bucketName,
  2. String? datasetName,
  3. String? path,
  4. String? projectId,
  5. String? tablePrefix,
})

Implementation

GoogleCloudApigeeV1DatastoreConfig({
  this.bucketName,
  this.datasetName,
  this.path,
  this.projectId,
  this.tablePrefix,
});