Route constructor

Route({
  1. String? createTime,
  2. String? description,
  3. String? ipCidrRange,
  4. Map<String, String>? labels,
  5. String? location,
  6. String? name,
  7. NextHopVpcNetwork? nextHopVpcNetwork,
  8. String? spoke,
  9. String? state,
  10. String? type,
  11. String? uid,
  12. String? updateTime,
})

Implementation

Route({
  this.createTime,
  this.description,
  this.ipCidrRange,
  this.labels,
  this.location,
  this.name,
  this.nextHopVpcNetwork,
  this.spoke,
  this.state,
  this.type,
  this.uid,
  this.updateTime,
});