toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
      if (cmekKeyName != null) 'cmekKeyName': cmekKeyName!,
      if (conversionWorkspace != null)
        'conversionWorkspace': conversionWorkspace!,
      if (createTime != null) 'createTime': createTime!,
      if (destination != null) 'destination': destination!,
      if (destinationDatabase != null)
        'destinationDatabase': destinationDatabase!,
      if (displayName != null) 'displayName': displayName!,
      if (dumpFlags != null) 'dumpFlags': dumpFlags!,
      if (dumpPath != null) 'dumpPath': dumpPath!,
      if (duration != null) 'duration': duration!,
      if (endTime != null) 'endTime': endTime!,
      if (error != null) 'error': error!,
      if (filter != null) 'filter': filter!,
      if (labels != null) 'labels': labels!,
      if (name != null) 'name': name!,
      if (performanceConfig != null) 'performanceConfig': performanceConfig!,
      if (phase != null) 'phase': phase!,
      if (reverseSshConnectivity != null)
        'reverseSshConnectivity': reverseSshConnectivity!,
      if (source != null) 'source': source!,
      if (sourceDatabase != null) 'sourceDatabase': sourceDatabase!,
      if (state != null) 'state': state!,
      if (staticIpConnectivity != null)
        'staticIpConnectivity': staticIpConnectivity!,
      if (type != null) 'type': type!,
      if (updateTime != null) 'updateTime': updateTime!,
      if (vpcPeeringConnectivity != null)
        'vpcPeeringConnectivity': vpcPeeringConnectivity!,
    };