toJson method

Map<String, dynamic> toJson()

Implementation

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