GoogleCloudAiplatformV1CachedContentUsageMetadata.fromJson constructor
GoogleCloudAiplatformV1CachedContentUsageMetadata.fromJson(
- Map json_
Implementation
GoogleCloudAiplatformV1CachedContentUsageMetadata.fromJson(core.Map json_)
: this(
audioDurationSeconds: json_['audioDurationSeconds'] as core.int?,
imageCount: json_['imageCount'] as core.int?,
textCount: json_['textCount'] as core.int?,
totalTokenCount: json_['totalTokenCount'] as core.int?,
videoDurationSeconds: json_['videoDurationSeconds'] as core.int?,
);