EventimVenueDecorationImageDto
Represents an image decoration on the seat map (e.g., logo, icon).
coordXnumber<double>required
X coordinate position on the seat map.
coordYnumber<double>required
Y coordinate position on the seat map.
widthinteger<int32>required
Image width in pixels.
heightinteger<int32>required
Image height in pixels.
rotationinteger<int32>required
Rotation angle in degrees.
opacityinteger<int32>required
Opacity level (0-255, where 255 is fully opaque).
imageNamestringnullable
Image file name or identifier.
imagestring<byte>nullable
Image binary data (optional, may be null if not loaded).
EventimVenueDecorationImageDto
{
"coordX": 0,
"coordY": 0,
"width": 0,
"height": 0,
"rotation": 0,
"opacity": 0,
"imageName": "string",
"image": "string"
}