AgentGateway constructor
AgentGateway({
- String? agentConnectivityTemplate,
- AgentGatewayAgentGatewayOutputCard? agentGatewayCard,
- String? createTime,
- String? description,
- String? etag,
- AgentGatewayGoogleManaged? googleManaged,
- Map<
String, String> ? labels, - String? name,
- AgentGatewayNetworkConfig? networkConfig,
- List<
String> ? protocols, - List<
String> ? registries, - AgentGatewaySelfManaged? selfManaged,
- String? updateTime,
Implementation
AgentGateway({
this.agentConnectivityTemplate,
this.agentGatewayCard,
this.createTime,
this.description,
this.etag,
this.googleManaged,
this.labels,
this.name,
this.networkConfig,
this.protocols,
this.registries,
this.selfManaged,
this.updateTime,
});