toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() {
final enablePrivateServiceConnect = this.enablePrivateServiceConnect;
final projectAllowlist = this.projectAllowlist;
final pscAutomationConfigs = this.pscAutomationConfigs;
final serviceAttachment = this.serviceAttachment;
return {
'enablePrivateServiceConnect': ?enablePrivateServiceConnect,
'projectAllowlist': ?projectAllowlist,
'pscAutomationConfigs': ?pscAutomationConfigs,
'serviceAttachment': ?serviceAttachment,
};
}