Skip to content

Commit

Permalink
Merge pull request #18 from OpenVPN/feature/connector-description-fix
Browse files Browse the repository at this point in the history
Add "description" for Connector struct
  • Loading branch information
sahaqaa authored Jul 2, 2024
2 parents e11c73b + af71154 commit 7e9a46d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cloudconnexa/connectors.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ import (
type ConnectionStatus string

type Connector struct {
Description string `json:"description,omitempty"`
Id string `json:"id,omitempty"`
Name string `json:"name"`
NetworkItemId string `json:"networkItemId"`
Expand Down

0 comments on commit 7e9a46d

Please sign in to comment.