GoogleCloudDataplexV1ActionInvalidDataFormat.fromJson constructor

GoogleCloudDataplexV1ActionInvalidDataFormat.fromJson(
  1. Map json_
)

Implementation

GoogleCloudDataplexV1ActionInvalidDataFormat.fromJson(core.Map json_)
    : this(
        expectedFormat: json_['expectedFormat'] as core.String?,
        newFormat: json_['newFormat'] as core.String?,
        sampledDataLocations: (json_['sampledDataLocations'] as core.List?)
            ?.map((value) => value as core.String)
            .toList(),
      );