AgentGatewayAgentGatewayOutputCard constructor

AgentGatewayAgentGatewayOutputCard({
  1. String? mtlsEndpoint,
  2. List<String>? rootCertificates,
  3. String? serviceExtensionsServiceAccount,
})

Implementation

AgentGatewayAgentGatewayOutputCard({
  this.mtlsEndpoint,
  this.rootCertificates,
  this.serviceExtensionsServiceAccount,
});