GoogleCloudAiplatformV1VideoMetadata.fromJson constructor
GoogleCloudAiplatformV1VideoMetadata.fromJson(
- Map json_
Implementation
GoogleCloudAiplatformV1VideoMetadata.fromJson(core.Map json_)
: this(
endOffset: json_['endOffset'] as core.String?,
fps: (json_['fps'] as core.num?)?.toDouble(),
startOffset: json_['startOffset'] as core.String?,
);