toJson method
Implementation
@override
Object toJson() => {
if (publicEndpointDomainName.isNotDefault)
'publicEndpointDomainName': publicEndpointDomainName,
'privateServiceConnectConfig': ?privateServiceConnectConfig?.toJson(),
if (serviceAttachment.isNotDefault) 'serviceAttachment': serviceAttachment,
};