Spoke constructor

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

Implementation

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