We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent baf9025 commit fb9f5ffCopy full SHA for fb9f5ff
internal/client/connections/connectors.go
@@ -40,6 +40,7 @@ type listconnections struct {
40
41
type connection struct {
42
Name *string `json:"name,omitempty"`
43
+ Labels *map[string]string `json:"labels,omitempty"`
44
Description string `json:"description,omitempty"`
45
ConnectorVersion *string `json:"connectorVersion,omitempty"`
46
ConnectorDetails *connectorDetails `json:"connectorDetails,omitempty"`
0 commit comments