TunnelSummary constructor

TunnelSummary({
  1. DateTime? createdAt,
  2. String? description,
  3. DateTime? lastUpdatedAt,
  4. TunnelStatus? status,
  5. String? tunnelArn,
  6. String? tunnelId,
})

Implementation

TunnelSummary({
  this.createdAt,
  this.description,
  this.lastUpdatedAt,
  this.status,
  this.tunnelArn,
  this.tunnelId,
});