Spoke constructor

Spoke({
  1. String? createTime,
  2. String? description,
  3. String? group,
  4. String? hub,
  5. Map<String, String>? labels,
  6. LinkedInterconnectAttachments? linkedInterconnectAttachments,
  7. LinkedRouterApplianceInstances? linkedRouterApplianceInstances,
  8. LinkedVpcNetwork? linkedVpcNetwork,
  9. LinkedVpnTunnels? linkedVpnTunnels,
  10. String? name,
  11. List<StateReason>? reasons,
  12. String? spokeType,
  13. String? state,
  14. String? uniqueId,
  15. String? updateTime,
})

Implementation

Spoke({
  this.createTime,
  this.description,
  this.group,
  this.hub,
  this.labels,
  this.linkedInterconnectAttachments,
  this.linkedRouterApplianceInstances,
  this.linkedVpcNetwork,
  this.linkedVpnTunnels,
  this.name,
  this.reasons,
  this.spokeType,
  this.state,
  this.uniqueId,
  this.updateTime,
});