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