GoogleCloudDataplexV1Session constructor

GoogleCloudDataplexV1Session({
  1. String? createTime,
  2. String? name,
  3. String? state,
  4. String? userId,
})

Implementation

GoogleCloudDataplexV1Session({
  this.createTime,
  this.name,
  this.state,
  this.userId,
});