DestinationTableProperties constructor

DestinationTableProperties({
  1. String? description,
  2. DateTime? expirationTime,
  3. String? friendlyName,
  4. Map<String, String>? labels,
})

Implementation

DestinationTableProperties({
  this.description,
  this.expirationTime,
  this.friendlyName,
  this.labels,
});