GoogleCloudContentwarehouseV1TimestampValue.fromJson constructor
GoogleCloudContentwarehouseV1TimestampValue.fromJson(
- Map json_
Implementation
GoogleCloudContentwarehouseV1TimestampValue.fromJson(core.Map json_)
: this(
textValue: json_['textValue'] as core.String?,
timestampValue: json_['timestampValue'] as core.String?,
);