ListManagementImageListsGetDetailsResponse type
Bevat antwoordgegevens voor de getDetails-bewerking.
type ListManagementImageListsGetDetailsResponse = ImageList & {
_response: msRest.HttpResponse & { bodyAsText: string; parsedBody: ImageList }
}