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.
2 parents cfca2fc + 9831fb6 commit 52ebd01Copy full SHA for 52ebd01
mongodbatlas/clusters.go
@@ -77,6 +77,7 @@ type Cluster struct {
77
ClusterType string `json:"clusterType,omitempty"`
78
DiskSizeGB *float64 `json:"diskSizeGB,omitempty"`
79
EncryptionAtRestProvider string `json:"encryptionAtRestProvider,omitempty"`
80
+ Labels []Label `json:"labels,omitempty"`
81
ID string `json:"id,omitempty"`
82
GroupID string `json:"groupId,omitempty"`
83
MongoDBVersion string `json:"mongoDBVersion,omitempty"`
0 commit comments