toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() {
final allowedConsumerProjects = this.allowedConsumerProjects;
final pscAutoConnections = this.pscAutoConnections;
final pscDnsName = this.pscDnsName;
final pscInterfaceConfigs = this.pscInterfaceConfigs;
final serviceAttachmentLink = this.serviceAttachmentLink;
return {
'allowedConsumerProjects': ?allowedConsumerProjects,
'pscAutoConnections': ?pscAutoConnections,
'pscDnsName': ?pscDnsName,
'pscInterfaceConfigs': ?pscInterfaceConfigs,
'serviceAttachmentLink': ?serviceAttachmentLink,
};
}