Service constructor

Service({
  1. AgentSpec? agentSpec,
  2. String? createTime,
  3. String? description,
  4. String? displayName,
  5. EndpointSpec? endpointSpec,
  6. List<Interface>? interfaces,
  7. McpServerSpec? mcpServerSpec,
  8. String? name,
  9. String? registryResource,
  10. String? updateTime,
})

Implementation

Service({
  this.agentSpec,
  this.createTime,
  this.description,
  this.displayName,
  this.endpointSpec,
  this.interfaces,
  this.mcpServerSpec,
  this.name,
  this.registryResource,
  this.updateTime,
});