GoogleCloudDataplexV1ActionInvalidDataPartition.fromJson constructor

GoogleCloudDataplexV1ActionInvalidDataPartition.fromJson(
  1. Map json_
)

Implementation

GoogleCloudDataplexV1ActionInvalidDataPartition.fromJson(core.Map json_)
    : this(
        expectedStructure: json_.containsKey('expectedStructure')
            ? json_['expectedStructure'] as core.String
            : null,
      );