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