GoogleCloudDataplexV1UnstructuredDataProfileSpec.fromJson constructor
GoogleCloudDataplexV1UnstructuredDataProfileSpec.fromJson(
- Map json_
Implementation
GoogleCloudDataplexV1UnstructuredDataProfileSpec.fromJson(core.Map json_)
: this(
customizedPrompt: json_['customizedPrompt'] as core.String?,
globalEndpointEnabled: json_['globalEndpointEnabled'] as core.bool?,
graphProfilePublishingEnabled:
json_['graphProfilePublishingEnabled'] as core.bool?,
);