ListManagementImageListsGetDetailsResponse type
包含 getDetails 作業的響應數據。
type ListManagementImageListsGetDetailsResponse = ImageList & {
_response: msRest.HttpResponse & { bodyAsText: string; parsedBody: ImageList }
}