/AWS1/CL_ECPBATCHDELIMAGERSP¶
BatchDeleteImageResponse
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
it_imageids TYPE /AWS1/CL_ECPIMAGEIDENTIFIER=>TT_IMAGEIDENTIFIERLIST TT_IMAGEIDENTIFIERLIST¶
The image IDs of the deleted images.
it_failures TYPE /AWS1/CL_ECPIMAGEFAILURE=>TT_IMAGEFAILURELIST TT_IMAGEFAILURELIST¶
Any failures associated with the call.
Queryable Attributes¶
imageIds¶
The image IDs of the deleted images.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_IMAGEIDS() |
Getter for IMAGEIDS, with configurable default |
ASK_IMAGEIDS() |
Getter for IMAGEIDS w/ exceptions if field has no value |
HAS_IMAGEIDS() |
Determine if IMAGEIDS has a value |
failures¶
Any failures associated with the call.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_FAILURES() |
Getter for FAILURES, with configurable default |
ASK_FAILURES() |
Getter for FAILURES w/ exceptions if field has no value |
HAS_FAILURES() |
Determine if FAILURES has a value |