toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() {
  final connectedEndpoints = this.connectedEndpoints;
  final connectionPreference = this.connectionPreference;
  final consumerAcceptLists = this.consumerAcceptLists;
  final consumerRejectLists = this.consumerRejectLists;
  final creationTimestamp = this.creationTimestamp;
  final description = this.description;
  final domainNames = this.domainNames;
  final enableProxyProtocol = this.enableProxyProtocol;
  final fingerprint = this.fingerprint;
  final id = this.id;
  final kind = this.kind;
  final metadata = this.metadata;
  final name = this.name;
  final natSubnets = this.natSubnets;
  final producerForwardingRule = this.producerForwardingRule;
  final propagatedConnectionLimit = this.propagatedConnectionLimit;
  final pscServiceAttachmentId = this.pscServiceAttachmentId;
  final reconcileConnections = this.reconcileConnections;
  final region = this.region;
  final selfLink = this.selfLink;
  final targetService = this.targetService;
  return {
    'connectedEndpoints': ?connectedEndpoints,
    'connectionPreference': ?connectionPreference,
    'consumerAcceptLists': ?consumerAcceptLists,
    'consumerRejectLists': ?consumerRejectLists,
    'creationTimestamp': ?creationTimestamp,
    'description': ?description,
    'domainNames': ?domainNames,
    'enableProxyProtocol': ?enableProxyProtocol,
    'fingerprint': ?fingerprint,
    'id': ?id,
    'kind': ?kind,
    'metadata': ?metadata,
    'name': ?name,
    'natSubnets': ?natSubnets,
    'producerForwardingRule': ?producerForwardingRule,
    'propagatedConnectionLimit': ?propagatedConnectionLimit,
    'pscServiceAttachmentId': ?pscServiceAttachmentId,
    'reconcileConnections': ?reconcileConnections,
    'region': ?region,
    'selfLink': ?selfLink,
    'targetService': ?targetService,
  };
}