共用方式為


ListManagementImageListsGetDetailsResponse type

包含 getDetails 作業的回應資料。

type ListManagementImageListsGetDetailsResponse = ImageList & {
  _response: msRest.HttpResponse & { bodyAsText: string; parsedBody: ImageList }
}