GoogleCloudApigeeV1Datastore constructor

GoogleCloudApigeeV1Datastore({
  1. String? createTime,
  2. GoogleCloudApigeeV1DatastoreConfig? datastoreConfig,
  3. String? displayName,
  4. String? lastUpdateTime,
  5. String? org,
  6. String? self,
  7. String? targetType,
})

Implementation

GoogleCloudApigeeV1Datastore({
  this.createTime,
  this.datastoreConfig,
  this.displayName,
  this.lastUpdateTime,
  this.org,
  this.self,
  this.targetType,
});