Spoke constructor
Spoke({
- String? createTime,
- String? description,
- String? group,
- String? hub,
- Map<
String, String> ? labels, - LinkedInterconnectAttachments? linkedInterconnectAttachments,
- LinkedRouterApplianceInstances? linkedRouterApplianceInstances,
- LinkedVpcNetwork? linkedVpcNetwork,
- LinkedVpnTunnels? linkedVpnTunnels,
- String? name,
- List<
StateReason> ? reasons, - String? spokeType,
- String? state,
- String? uniqueId,
- 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,
});