AppGateway constructor

AppGateway({
  1. List<AllocatedConnection>? allocatedConnections,
  2. String? createTime,
  3. String? displayName,
  4. String? hostType,
  5. Map<String, String>? labels,
  6. String? name,
  7. String? state,
  8. String? type,
  9. String? uid,
  10. String? updateTime,
  11. String? uri,
})

Implementation

AppGateway({
  this.allocatedConnections,
  this.createTime,
  this.displayName,
  this.hostType,
  this.labels,
  this.name,
  this.state,
  this.type,
  this.uid,
  this.updateTime,
  this.uri,
});