GoogleCloudAiplatformV1RagChunkPageSpan.fromJson constructor

GoogleCloudAiplatformV1RagChunkPageSpan.fromJson(
  1. Map json_
)

Implementation

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