ImageUrlCreateBatch interface
An interface representing ImageUrlCreateBatch.
Properties
images | |
metadata | The metadata of image. Limited to 10 key-value pairs per image. The length of key is limited to 128. The length of value is limited to 256. |
tag |
Property Details
images
metadata
The metadata of image. Limited to 10 key-value pairs per image. The length of key is limited to 128. The length of value is limited to 256.
metadata?: {[propertyName: string]: string}
Property Value
{[propertyName: string]: string}
tagIds
tagIds?: string[]
Property Value
string[]