AgentGateway constructor

AgentGateway({
  1. String? agentConnectivityTemplate,
  2. AgentGatewayAgentGatewayOutputCard? agentGatewayCard,
  3. String? createTime,
  4. String? description,
  5. String? etag,
  6. AgentGatewayGoogleManaged? googleManaged,
  7. Map<String, String>? labels,
  8. String? name,
  9. AgentGatewayNetworkConfig? networkConfig,
  10. List<String>? protocols,
  11. List<String>? registries,
  12. AgentGatewaySelfManaged? selfManaged,
  13. 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,
});