toJson method
Implementation
@override
Object toJson() => {
'enablePrivateServiceConnect': enablePrivateServiceConnect,
if (projectAllowlist.isNotDefault) 'projectAllowlist': projectAllowlist,
if (pscAutomationConfigs.isNotDefault)
'pscAutomationConfigs': encodeList(pscAutomationConfigs),
if (enableSecurePrivateServiceConnect.isNotDefault)
'enableSecurePrivateServiceConnect': enableSecurePrivateServiceConnect,
if (serviceAttachment.isNotDefault) 'serviceAttachment': serviceAttachment,
};