Interface RemoteImageApiDownloadRemoteImageRequest

Request parameters for downloadRemoteImage operation in RemoteImageApi.

RemoteImageApiDownloadRemoteImageRequest

interface RemoteImageApiDownloadRemoteImageRequest {
    imageUrl?: string;
    itemId: string;
    type: ImageType;
}

Properties

Properties

imageUrl?: string

The image url.

RemoteImageApiDownloadRemoteImage

itemId: string

Item Id.

RemoteImageApiDownloadRemoteImage

type: ImageType

The image type.

RemoteImageApiDownloadRemoteImage