GoogleCloudAiplatformV1SearchEntryPoint.fromJson constructor

GoogleCloudAiplatformV1SearchEntryPoint.fromJson(
  1. Map json_
)

Implementation

GoogleCloudAiplatformV1SearchEntryPoint.fromJson(core.Map json_)
    : this(
        renderedContent: json_['renderedContent'] as core.String?,
        sdkBlob: json_['sdkBlob'] as core.String?,
      );