toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
      if (allocatedIpRange != null) 'allocatedIpRange': allocatedIpRange!,
      if (binLogCoordinates != null) 'binLogCoordinates': binLogCoordinates!,
      if (databaseNames != null) 'databaseNames': databaseNames!,
      if (destinationInstanceName != null)
        'destinationInstanceName': destinationInstanceName!,
      if (kind != null) 'kind': kind!,
      if (pitrTimestampMs != null) 'pitrTimestampMs': pitrTimestampMs!,
      if (pointInTime != null) 'pointInTime': pointInTime!,
      if (preferredZone != null) 'preferredZone': preferredZone!,
    };