GoogleCloudAiplatformV1ReasoningEngineSpecDeploymentSpecAgentGatewayConfigClientToAgentConfig.fromJson constructor

GoogleCloudAiplatformV1ReasoningEngineSpecDeploymentSpecAgentGatewayConfigClientToAgentConfig.fromJson(
  1. Map json_
)

Implementation

GoogleCloudAiplatformV1ReasoningEngineSpecDeploymentSpecAgentGatewayConfigClientToAgentConfig.fromJson(
  core.Map json_,
) : this(agentGateway: json_['agentGateway'] as core.String?);