مشاركة عبر


AnnotationsGetResponse type

يحتوي على بيانات استجابة لعملية الحصول على.

type AnnotationsGetResponse = Annotation[] & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: Annotation[]
  }
}