GoogleCloudDatacatalogV1beta1SystemTimestamps.fromJson constructor
GoogleCloudDatacatalogV1beta1SystemTimestamps.fromJson(
- Map _json
Implementation
GoogleCloudDatacatalogV1beta1SystemTimestamps.fromJson(core.Map _json)
: this(
createTime: _json.containsKey('createTime')
? _json['createTime'] as core.String
: null,
expireTime: _json.containsKey('expireTime')
? _json['expireTime'] as core.String
: null,
updateTime: _json.containsKey('updateTime')
? _json['updateTime'] as core.String
: null,
);