Class ProductMediaInfo

Class Documentation

class ProductMediaInfo

Represents media information for a product.

Public Functions

inline ProductMediaInfo()

Public Members

csp::common::String MediaContentType

Type of media content used.

csp::common::String Alt

Alternative description of the media.

csp::common::String Url

Url of the media.

int32_t Width

Width of the media.

int32_t Height

Height of the media.