GoogleCloudDatacatalogV1SystemTimestamps.fromJson constructor
GoogleCloudDatacatalogV1SystemTimestamps.fromJson(
- 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?,
);