toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
  if (allowedConsumerProjects != null)
    'allowedConsumerProjects': allowedConsumerProjects!,
  if (pscAutoConnections != null) 'pscAutoConnections': pscAutoConnections!,
  if (pscDnsName != null) 'pscDnsName': pscDnsName!,
  if (pscInterfaceConfigs != null)
    'pscInterfaceConfigs': pscInterfaceConfigs!,
  if (serviceAttachmentLink != null)
    'serviceAttachmentLink': serviceAttachmentLink!,
};