type
ImageSize
type ImageSize struct {
Name string `json:"name"`
Width int `json:"width"`
Height int `json:"height"`
Fit string `json:"fit"`
}One named derived upload image variant.
Namestring- The Name value.
Widthint- The Width value.
Heightint- The Height value.
Fitstring- The Fit value.