GoogleCloudAiplatformV1RagChunkPageSpan.fromJson constructor
GoogleCloudAiplatformV1RagChunkPageSpan.fromJson(
- Map json_
Implementation
GoogleCloudAiplatformV1RagChunkPageSpan.fromJson(core.Map json_)
: this(
firstPage: json_['firstPage'] as core.int?,
lastPage: json_['lastPage'] as core.int?,
);