AgentGatewayAgentGatewayOutputCard.fromJson constructor
AgentGatewayAgentGatewayOutputCard.fromJson(
- Map json_
Implementation
AgentGatewayAgentGatewayOutputCard.fromJson(core.Map json_)
: this(
mtlsEndpoint: json_['mtlsEndpoint'] as core.String?,
rootCertificates: (json_['rootCertificates'] as core.List?)
?.map((value) => value as core.String)
.toList(),
serviceExtensionsServiceAccount:
json_['serviceExtensionsServiceAccount'] as core.String?,
);