Squashed commit of the following: commit ccc020231780179d241d46eef7c0ba103366aed0 Author: Yandex.Cloud Bot <ycloud-bot@yandex.ru> Date: Tue Apr 9 14:38:30 2019 +0000 sync upstream
13 lines
221 B
Go
13 lines
221 B
Go
package yandex
|
|
|
|
type Image struct {
|
|
ID string
|
|
FolderID string
|
|
Labels map[string]string
|
|
Licenses []string
|
|
MinDiskSizeGb int
|
|
Name string
|
|
Family string
|
|
SizeGb int
|
|
}
|