GoogleCloudDataplexV1ActionIncompatibleDataSchema.fromJson constructor

GoogleCloudDataplexV1ActionIncompatibleDataSchema.fromJson(
  1. Map json_
)

Implementation

GoogleCloudDataplexV1ActionIncompatibleDataSchema.fromJson(core.Map json_)
  : this(
      existingSchema: json_['existingSchema'] as core.String?,
      newSchema: json_['newSchema'] as core.String?,
      sampledDataLocations: (json_['sampledDataLocations'] as core.List?)
          ?.map((value) => value as core.String)
          .toList(),
      schemaChange: json_['schemaChange'] as core.String?,
      table: json_['table'] as core.String?,
    );