GoogleCloudDataplexV1EntryTypeAspectInfo.fromJson constructor

GoogleCloudDataplexV1EntryTypeAspectInfo.fromJson(
  1. Map json_
)

Implementation

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