GoogleCloudApigeeV1Export constructor

GoogleCloudApigeeV1Export({
  1. String? created,
  2. String? datastoreName,
  3. String? description,
  4. String? error,
  5. String? executionTime,
  6. String? name,
  7. String? self,
  8. String? state,
  9. String? updated,
})

Implementation

GoogleCloudApigeeV1Export({
  this.created,
  this.datastoreName,
  this.description,
  this.error,
  this.executionTime,
  this.name,
  this.self,
  this.state,
  this.updated,
});