ImageCreateSummary interface
An interface representing ImageCreateSummary.
Properties
images | List of the image creation results. NOTE: This property will not be serialized. It can only be populated by the server. |
is |
True if all of the images in the batch were created successfully, otherwise false. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
images
List of the image creation results. NOTE: This property will not be serialized. It can only be populated by the server.
images?: ImageCreateResult[]
Property Value
isBatchSuccessful
True if all of the images in the batch were created successfully, otherwise false. NOTE: This property will not be serialized. It can only be populated by the server.
isBatchSuccessful?: boolean
Property Value
boolean