Route constructor

Route({
  1. String? createTime,
  2. String? description,
  3. String? ipCidrRange,
  4. Map<String, String>? labels,
  5. String? location,
  6. String? name,
  7. NextHopInterconnectAttachment? nextHopInterconnectAttachment,
  8. NextHopRouterApplianceInstance? nextHopRouterApplianceInstance,
  9. NextHopVpcNetwork? nextHopVpcNetwork,
  10. NextHopVPNTunnel? nextHopVpnTunnel,
  11. String? priority,
  12. String? spoke,
  13. String? state,
  14. String? type,
  15. String? uid,
  16. String? updateTime,
})

Implementation

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