toJson method

Map<String, dynamic> toJson()

Implementation

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