toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() {
final createTime = this.createTime;
final description = this.description;
final etag = this.etag;
final fieldPathsPendingUpdate = this.fieldPathsPendingUpdate;
final group = this.group;
final hub = this.hub;
final labels = this.labels;
final linkedInterconnectAttachments = this.linkedInterconnectAttachments;
final linkedProducerVpcNetwork = this.linkedProducerVpcNetwork;
final linkedRouterApplianceInstances = this.linkedRouterApplianceInstances;
final linkedVpcNetwork = this.linkedVpcNetwork;
final linkedVpnTunnels = this.linkedVpnTunnels;
final name = this.name;
final reasons = this.reasons;
final spokeType = this.spokeType;
final state = this.state;
final uniqueId = this.uniqueId;
final updateTime = this.updateTime;
return {
'createTime': ?createTime,
'description': ?description,
'etag': ?etag,
'fieldPathsPendingUpdate': ?fieldPathsPendingUpdate,
'group': ?group,
'hub': ?hub,
'labels': ?labels,
'linkedInterconnectAttachments': ?linkedInterconnectAttachments,
'linkedProducerVpcNetwork': ?linkedProducerVpcNetwork,
'linkedRouterApplianceInstances': ?linkedRouterApplianceInstances,
'linkedVpcNetwork': ?linkedVpcNetwork,
'linkedVpnTunnels': ?linkedVpnTunnels,
'name': ?name,
'reasons': ?reasons,
'spokeType': ?spokeType,
'state': ?state,
'uniqueId': ?uniqueId,
'updateTime': ?updateTime,
};
}