GoogleCloudDatalabelingV1beta1TimeSegment.fromJson constructor
GoogleCloudDatalabelingV1beta1TimeSegment.fromJson(
- Map json_
Implementation
GoogleCloudDatalabelingV1beta1TimeSegment.fromJson(core.Map json_)
: this(
endTimeOffset: json_.containsKey('endTimeOffset')
? json_['endTimeOffset'] as core.String
: null,
startTimeOffset: json_.containsKey('startTimeOffset')
? json_['startTimeOffset'] as core.String
: null,
);