GoogleCloudDataplexV1DataDocumentationSpec.fromJson constructor

GoogleCloudDataplexV1DataDocumentationSpec.fromJson(
  1. Map json_
)

Implementation

GoogleCloudDataplexV1DataDocumentationSpec.fromJson(core.Map json_)
  : this(
      catalogPublishingEnabled:
          json_['catalogPublishingEnabled'] as core.bool?,
      generationScopes: (json_['generationScopes'] as core.List?)
          ?.map((value) => value as core.String)
          .toList(),
    );