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 5efaec4 commit d43b2b5Copy full SHA for d43b2b5
api/marketplace/v2/marketplace_sdk.go
@@ -240,6 +240,7 @@ type Image struct {
240
ValidUntil *time.Time `json:"valid_until"`
241
242
// Label: typically an identifier for a distribution (ex. "ubuntu_focal").
243
+ // This label can be used in the image field of the server creation request.
244
Label string `json:"label"`
245
}
246
@@ -257,7 +258,7 @@ type LocalImage struct {
257
258
// Zone: availability Zone where this local image is available.
259
Zone scw.Zone `json:"zone"`
260
- // Label: image label this image belongs to.
261
+ // Label: this label can be used in the image field of the server creation request.
262
263
264
// Type: type of this local image.
0 commit comments