GoogleCloudAiplatformV1SearchEntryPoint.fromJson constructor

GoogleCloudAiplatformV1SearchEntryPoint.fromJson(
  1. 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,
      );