toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
  if (caPool != null) 'caPool': caPool!,
  if (httpServiceAttachment != null)
    'httpServiceAttachment': httpServiceAttachment!,
  if (isPrivate != null) 'isPrivate': isPrivate!,
  if (pscAllowedProjects != null) 'pscAllowedProjects': pscAllowedProjects!,
  if (sshServiceAttachment != null)
    'sshServiceAttachment': sshServiceAttachment!,
};