toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() {
  final backendBucket = this.backendBucket;
  final backendService = this.backendService;
  final exposedApplication = this.exposedApplication;
  final exposedEndpoint = this.exposedEndpoint;
  final exposedService = this.exposedService;
  final forwardingRule = this.forwardingRule;
  final hostnameUri = this.hostnameUri;
  final httpResponse = this.httpResponse;
  final instanceGroup = this.instanceGroup;
  final internalBackendService = this.internalBackendService;
  final loadBalancerFirewallPolicy = this.loadBalancerFirewallPolicy;
  final networkEndpointGroup = this.networkEndpointGroup;
  final networkIngressFirewallPolicy = this.networkIngressFirewallPolicy;
  final networkPathInsightsGenerationTime =
      this.networkPathInsightsGenerationTime;
  final privateIpAddress = this.privateIpAddress;
  final privatePort = this.privatePort;
  final pscNetworkAttachment = this.pscNetworkAttachment;
  final pscServiceAttachment = this.pscServiceAttachment;
  final publicIpAddress = this.publicIpAddress;
  final publicPort = this.publicPort;
  final serviceFirewallPolicy = this.serviceFirewallPolicy;
  return {
    'backendBucket': ?backendBucket,
    'backendService': ?backendService,
    'exposedApplication': ?exposedApplication,
    'exposedEndpoint': ?exposedEndpoint,
    'exposedService': ?exposedService,
    'forwardingRule': ?forwardingRule,
    'hostnameUri': ?hostnameUri,
    'httpResponse': ?httpResponse,
    'instanceGroup': ?instanceGroup,
    'internalBackendService': ?internalBackendService,
    'loadBalancerFirewallPolicy': ?loadBalancerFirewallPolicy,
    'networkEndpointGroup': ?networkEndpointGroup,
    'networkIngressFirewallPolicy': ?networkIngressFirewallPolicy,
    'networkPathInsightsGenerationTime': ?networkPathInsightsGenerationTime,
    'privateIpAddress': ?privateIpAddress,
    'privatePort': ?privatePort,
    'pscNetworkAttachment': ?pscNetworkAttachment,
    'pscServiceAttachment': ?pscServiceAttachment,
    'publicIpAddress': ?publicIpAddress,
    'publicPort': ?publicPort,
    'serviceFirewallPolicy': ?serviceFirewallPolicy,
  };
}