@Beta(2020, 12) data class PhotoDimensions
Describes the dimensions of a photo.
width
- Width of a returned photo.
height
- Height of a returned photo.
PhotoDimensions(width: Int, height: Int)
Describes the dimensions of a photo. |
val height: Int
Height of a returned photo. |
|
val width: Int
Width of a returned photo. |