toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() {
  final aaiEnabled = this.aaiEnabled;
  final adminEnabled = this.adminEnabled;
  final applicationAwareInterconnect = this.applicationAwareInterconnect;
  final availableFeatures = this.availableFeatures;
  final circuitInfos = this.circuitInfos;
  final creationTimestamp = this.creationTimestamp;
  final customerName = this.customerName;
  final description = this.description;
  final expectedOutages = this.expectedOutages;
  final googleIpAddress = this.googleIpAddress;
  final googleReferenceId = this.googleReferenceId;
  final id = this.id;
  final interconnectAttachments = this.interconnectAttachments;
  final interconnectGroups = this.interconnectGroups;
  final interconnectType = this.interconnectType;
  final kind = this.kind;
  final labelFingerprint = this.labelFingerprint;
  final labels = this.labels;
  final linkType = this.linkType;
  final location = this.location;
  final macsec = this.macsec;
  final macsecEnabled = this.macsecEnabled;
  final name = this.name;
  final nocContactEmail = this.nocContactEmail;
  final operationalStatus = this.operationalStatus;
  final params = this.params;
  final peerIpAddress = this.peerIpAddress;
  final provisionedLinkCount = this.provisionedLinkCount;
  final remoteLocation = this.remoteLocation;
  final requestedFeatures = this.requestedFeatures;
  final requestedLinkCount = this.requestedLinkCount;
  final satisfiesPzs = this.satisfiesPzs;
  final selfLink = this.selfLink;
  final state = this.state;
  final subzone = this.subzone;
  final wireGroups = this.wireGroups;
  return {
    'aaiEnabled': ?aaiEnabled,
    'adminEnabled': ?adminEnabled,
    'applicationAwareInterconnect': ?applicationAwareInterconnect,
    'availableFeatures': ?availableFeatures,
    'circuitInfos': ?circuitInfos,
    'creationTimestamp': ?creationTimestamp,
    'customerName': ?customerName,
    'description': ?description,
    'expectedOutages': ?expectedOutages,
    'googleIpAddress': ?googleIpAddress,
    'googleReferenceId': ?googleReferenceId,
    'id': ?id,
    'interconnectAttachments': ?interconnectAttachments,
    'interconnectGroups': ?interconnectGroups,
    'interconnectType': ?interconnectType,
    'kind': ?kind,
    'labelFingerprint': ?labelFingerprint,
    'labels': ?labels,
    'linkType': ?linkType,
    'location': ?location,
    'macsec': ?macsec,
    'macsecEnabled': ?macsecEnabled,
    'name': ?name,
    'nocContactEmail': ?nocContactEmail,
    'operationalStatus': ?operationalStatus,
    'params': ?params,
    'peerIpAddress': ?peerIpAddress,
    'provisionedLinkCount': ?provisionedLinkCount,
    'remoteLocation': ?remoteLocation,
    'requestedFeatures': ?requestedFeatures,
    'requestedLinkCount': ?requestedLinkCount,
    'satisfiesPzs': ?satisfiesPzs,
    'selfLink': ?selfLink,
    'state': ?state,
    'subzone': ?subzone,
    'wireGroups': ?wireGroups,
  };
}