GoogleCloudDatacatalogV1SystemTimestamps.fromJson constructor

GoogleCloudDatacatalogV1SystemTimestamps.fromJson(
  1. Map json_
)

Implementation

GoogleCloudDatacatalogV1SystemTimestamps.fromJson(core.Map json_)
  : this(
      createTime: json_['createTime'] as core.String?,
      expireTime: json_['expireTime'] as core.String?,
      updateTime: json_['updateTime'] as core.String?,
    );