GoogleCloudDataplexV1AspectSource.fromJson constructor
GoogleCloudDataplexV1AspectSource.fromJson(
- Map json_
Implementation
GoogleCloudDataplexV1AspectSource.fromJson(core.Map json_)
: this(
createTime: json_['createTime'] as core.String?,
dataVersion: json_['dataVersion'] as core.String?,
updateTime: json_['updateTime'] as core.String?,
);