toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
  if (encryption != null) 'encryption': encryption!,
  if (labels != null) 'labels': labels!,
  if (targetDisk != null) 'targetDisk': targetDisk!,
  if (targetProject != null) 'targetProject': targetProject!,
};