GoogleCloudDataplexV1AspectSource.fromJson constructor

GoogleCloudDataplexV1AspectSource.fromJson(
  1. Map json_
)

Implementation

GoogleCloudDataplexV1AspectSource.fromJson(core.Map json_)
    : this(
        createTime: json_.containsKey('createTime')
            ? json_['createTime'] as core.String
            : null,
        updateTime: json_.containsKey('updateTime')
            ? json_['updateTime'] as core.String
            : null,
      );