GoogleCloudApigeeV1TestDatastoreResponse constructor

GoogleCloudApigeeV1TestDatastoreResponse({
  1. String? error,
  2. String? state,
})

Implementation

GoogleCloudApigeeV1TestDatastoreResponse({
  this.error,
  this.state,
});