toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
      if (privateServiceConnectConfig != null)
        'privateServiceConnectConfig': privateServiceConnectConfig!,
      if (publicEndpointDomainName != null)
        'publicEndpointDomainName': publicEndpointDomainName!,
      if (serviceAttachment != null) 'serviceAttachment': serviceAttachment!,
    };