Skip to content

Commit 52ebd01

Browse files
authored
Merge pull request #43 from mongodb/cluster_label
Added the label attribute to the cluster struct
2 parents cfca2fc + 9831fb6 commit 52ebd01

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

mongodbatlas/clusters.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ type Cluster struct {
7777
ClusterType string `json:"clusterType,omitempty"`
7878
DiskSizeGB *float64 `json:"diskSizeGB,omitempty"`
7979
EncryptionAtRestProvider string `json:"encryptionAtRestProvider,omitempty"`
80+
Labels []Label `json:"labels,omitempty"`
8081
ID string `json:"id,omitempty"`
8182
GroupID string `json:"groupId,omitempty"`
8283
MongoDBVersion string `json:"mongoDBVersion,omitempty"`

0 commit comments

Comments
 (0)