GoogleCloudDataplexV1AspectSource.fromJson constructor

GoogleCloudDataplexV1AspectSource.fromJson(
  1. 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?,
    );