toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
  if (backupOdbSubnet != null) 'backupOdbSubnet': backupOdbSubnet!,
  if (createTime != null) 'createTime': createTime!,
  if (displayName != null) 'displayName': displayName!,
  if (entitlementId != null) 'entitlementId': entitlementId!,
  if (gcpOracleZone != null) 'gcpOracleZone': gcpOracleZone!,
  if (labels != null) 'labels': labels!,
  if (name != null) 'name': name!,
  if (odbNetwork != null) 'odbNetwork': odbNetwork!,
  if (odbSubnet != null) 'odbSubnet': odbSubnet!,
  if (properties != null) 'properties': properties!,
};