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