ModelExamplesMethodResponse type
örneklerMethod işlemi için yanıt verilerini içerir.
type ModelExamplesMethodResponse = LabelTextObject[] & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: LabelTextObject[]
}
}